-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest-hsl.out
More file actions
42 lines (35 loc) · 799 Bytes
/
Copy pathtest-hsl.out
File metadata and controls
42 lines (35 loc) · 799 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
constructor:
hsl(60,100%,20%)
hsl(60.4,99.4%,20.4%)
hsl(60.6,99.6%,21.6%)
{"h":60,"s":1,"l":0.2}
parse rgb:
hsl(60,100%,20%)
hsl(60,100%,20%)
hsl(60,100%,20%)
{"h":60,"s":1,"l":0.2}
parse hsl:
hsl(60,100%,20%)
hsl(60,100%,20%)
{"h":60,"s":1,"l":0.2}
parse names:
hsl(0,100%,50%)
hsl(60,100%,50%)
hsl(240,100%,50%)
convert to rgb:
#666600
#666600
#666600
{"r":102,"g":102,"b":0}
brighter:
hsl(60,100%,28.571428571428577%)
hsl(60,100%,28.571428571428577%)
hsl(60,100%,23.904572186687872%)
hsl(60,100%,40.81632653061225%)
{"h":60,"s":1,"l":0.28571428571428575}
darker:
hsl(60,100%,13.999999999999998%)
hsl(60,100%,13.999999999999998%)
hsl(60,100%,16.733200530681515%)
hsl(60,100%,9.799999999999999%)
{"h":60,"s":1,"l":0.13999999999999999}