Color Shades in HSL model
Color Hue Range
S (Saturation) === 0, in this case we cannot get
H (Hue) range. Cause it should be the same color, due to HSL color system.
+/- 25 grad shift for H(Hue) color axis in HSL color model.
rgb(158,119,0)
hsl(45,100%,31%)
cmyk(0,25,100,38)rgb(132,158,0)
hsl(70,100%,31%)
cmyk(17,0,100,38)rgb(66,158,0)
hsl(95,100%,31%)
cmyk(58,0,100,38)rgb(0,158,0)
hsl(120,100%,31%)
cmyk(100,0,100,38)rgb(0,158,66)
hsl(145,100%,31%)
cmyk(100,0,58,38)rgb(0,158,132)
hsl(170,100%,31%)
cmyk(100,0,17,38) Color Saturation Range
+/- 10% shift for S(Saturation) color axis in HSL color model
rgb(40,119,40)
hsl(120,50%,31%)
cmyk(67,0,67,54)rgb(32,126,32)
hsl(120,60%,31%)
cmyk(75,0,75,50)rgb(24,134,24)
hsl(120,70%,31%)
cmyk(82,0,82,47)rgb(16,142,16)
hsl(120,80%,31%)
cmyk(89,0,89,44)rgb(8,150,8)
hsl(120,90%,31%)
cmyk(95,0,95,41)rgb(0,158,0)
hsl(120,100%,31%)
cmyk(100,0,100,38) Color Lightness Range
+/- 10% shift for L(lightness) color axis in HSL color model.
rgb(0,5,0)
hsl(120,100%,1%)
cmyk(100,0,100,98)rgb(0,56,0)
hsl(120,100%,11%)
cmyk(100,0,100,78)rgb(0,107,0)
hsl(120,100%,21%)
cmyk(100,0,100,58)rgb(0,158,0)
hsl(120,100%,31%)
cmyk(100,0,100,38)rgb(0,209,0)
hsl(120,100%,41%)
cmyk(100,0,100,18)rgb(5,255,5)
hsl(120,100%,51%)
cmyk(98,0,98,0) Color Shades in RGB model range
Color shades in Red range
+/- 30 points shift for
R(Red) color axis.
rgb(0,160,0)
hsl(120,100%,31%)
cmyk(100,0,100,37)rgb(30,160,0)
hsl(109,100%,31%)
cmyk(81,0,100,37)rgb(60,160,0)
hsl(98,100%,31%)
cmyk(62,0,100,37)rgb(90,160,0)
hsl(86,100%,31%)
cmyk(44,0,100,37)rgb(120,160,0)
hsl(75,100%,31%)
cmyk(25,0,100,37)rgb(150,160,0)
hsl(64,100%,31%)
cmyk(6,0,100,37) Color shades in Green range
+/- 30 points shift for
G(Green) color axis.
rgb(0,70,0)
hsl(120,100%,14%)
cmyk(100,0,100,73)rgb(0,100,0)
hsl(120,100%,20%)
cmyk(100,0,100,61)rgb(0,130,0)
hsl(120,100%,25%)
cmyk(100,0,100,49)rgb(0,160,0)
hsl(120,100%,31%)
cmyk(100,0,100,37)rgb(0,190,0)
hsl(120,100%,37%)
cmyk(100,0,100,25)rgb(0,220,0)
hsl(120,100%,43%)
cmyk(100,0,100,14) Color shades in Blue range
+/- 30 points shift for
B(Blue) color axis.
rgb(0,160,0)
hsl(120,100%,31%)
cmyk(100,0,100,37)rgb(0,160,30)
hsl(131,100%,31%)
cmyk(100,0,81,37)rgb(0,160,60)
hsl(143,100%,31%)
cmyk(100,0,62,37)rgb(0,160,90)
hsl(154,100%,31%)
cmyk(100,0,44,37)rgb(0,160,120)
hsl(165,100%,31%)
cmyk(100,0,25,37)rgb(0,160,150)
hsl(176,100%,31%)
cmyk(100,0,6,37) Color Shades in CMYK model range
Color shades in Cyan range
+/- 10 percent shift for
C(Cyan) color axis.
rgb(80,161,0)
hsl(90,100%,32%)
cmyk(50,0,100,37)rgb(64,161,0)
hsl(96,100%,32%)
cmyk(60,0,100,37)rgb(48,161,0)
hsl(102,100%,32%)
cmyk(70,0,100,37)rgb(32,161,0)
hsl(108,100%,32%)
cmyk(80,0,100,37)rgb(16,161,0)
hsl(114,100%,32%)
cmyk(90,0,100,37)rgb(0,161,0)
hsl(120,100%,32%)
cmyk(100,0,100,37) Color shades in Magenta range
+/- 10 percent shift for
M(Magenta) color axis.
rgb(0,161,0)
hsl(120,100%,32%)
cmyk(100,0,100,37)rgb(0,145,0)
hsl(120,100%,28%)
cmyk(100,0,100,43)rgb(0,129,0)
hsl(120,100%,25%)
cmyk(100,0,100,50)rgb(0,112,0)
hsl(120,100%,22%)
cmyk(100,0,100,56)rgb(0,96,0)
hsl(120,100%,19%)
cmyk(100,0,100,62)rgb(0,80,0)
hsl(120,100%,16%)
cmyk(100,0,100,69) Color shades in Yellow range
+/- 10 percent shift for
Y(Yellow) color axis.
rgb(0,161,80)
hsl(150,100%,32%)
cmyk(100,0,50,37)rgb(0,161,64)
hsl(144,100%,32%)
cmyk(100,0,60,37)rgb(0,161,48)
hsl(138,100%,32%)
cmyk(100,0,70,37)rgb(0,161,32)
hsl(132,100%,32%)
cmyk(100,0,80,37)rgb(0,161,16)
hsl(126,100%,32%)
cmyk(100,0,90,37)rgb(0,161,0)
hsl(120,100%,32%)
cmyk(100,0,100,37) Color shades in Black range
+/- 10 percent shift for
B(Black) color axis.
rgb(0,237,0)
hsl(120,100%,47%)
cmyk(100,0,100,7)rgb(0,212,0)
hsl(120,100%,42%)
cmyk(100,0,100,17)rgb(0,186,0)
hsl(120,100%,37%)
cmyk(100,0,100,27)rgb(0,161,0)
hsl(120,100%,32%)
cmyk(100,0,100,37)rgb(0,135,0)
hsl(120,100%,27%)
cmyk(100,0,100,47)rgb(0,110,0)
hsl(120,100%,22%)
cmyk(100,0,100,57)