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(224,168,0)
hsl(45,100%,44%)
cmyk(0,25,100,12)rgb(187,224,0)
hsl(70,100%,44%)
cmyk(17,0,100,12)rgb(93,224,0)
hsl(95,100%,44%)
cmyk(58,0,100,12)rgb(0,224,0)
hsl(120,100%,44%)
cmyk(100,0,100,12)rgb(0,224,94)
hsl(145,100%,44%)
cmyk(100,0,58,12)rgb(0,224,187)
hsl(170,100%,44%)
cmyk(100,0,17,12) Color Saturation Range
+/- 10% shift for S(Saturation) color axis in HSL color model
rgb(56,168,56)
hsl(120,50%,44%)
cmyk(67,0,67,34)rgb(45,180,45)
hsl(120,60%,44%)
cmyk(75,0,75,30)rgb(34,191,34)
hsl(120,70%,44%)
cmyk(82,0,82,25)rgb(22,202,22)
hsl(120,80%,44%)
cmyk(89,0,89,21)rgb(11,213,11)
hsl(120,90%,44%)
cmyk(95,0,95,16)rgb(0,224,0)
hsl(120,100%,44%)
cmyk(100,0,100,12) Color Lightness Range
+/- 10% shift for L(lightness) color axis in HSL color model.
rgb(0,71,0)
hsl(120,100%,14%)
cmyk(100,0,100,72)rgb(0,122,0)
hsl(120,100%,24%)
cmyk(100,0,100,52)rgb(0,173,0)
hsl(120,100%,34%)
cmyk(100,0,100,32)rgb(0,224,0)
hsl(120,100%,44%)
cmyk(100,0,100,12)rgb(20,255,20)
hsl(120,100%,54%)
cmyk(92,0,92,0)rgb(71,255,71)
hsl(120,100%,64%)
cmyk(72,0,72,0) Color Shades in RGB model range
Color shades in Red range
+/- 30 points shift for
R(Red) color axis.
rgb(0,224,0)
hsl(120,100%,44%)
cmyk(100,0,100,12)rgb(30,224,0)
hsl(112,100%,44%)
cmyk(87,0,100,12)rgb(60,224,0)
hsl(104,100%,44%)
cmyk(73,0,100,12)rgb(90,224,0)
hsl(96,100%,44%)
cmyk(60,0,100,12)rgb(120,224,0)
hsl(88,100%,44%)
cmyk(46,0,100,12)rgb(150,224,0)
hsl(80,100%,44%)
cmyk(33,0,100,12) Color shades in Green range
+/- 30 points shift for
G(Green) color axis.
rgb(0,105,0)
hsl(120,100%,21%)
cmyk(100,0,100,59)rgb(0,135,0)
hsl(120,100%,26%)
cmyk(100,0,100,47)rgb(0,165,0)
hsl(120,100%,32%)
cmyk(100,0,100,35)rgb(0,195,0)
hsl(120,100%,38%)
cmyk(100,0,100,24)rgb(0,225,0)
hsl(120,100%,44%)
cmyk(100,0,100,12)rgb(0,255,0)
hsl(120,100%,50%)
cmyk(100,0,100,0) Color shades in Blue range
+/- 30 points shift for
B(Blue) color axis.
rgb(0,224,0)
hsl(120,100%,44%)
cmyk(100,0,100,12)rgb(0,224,30)
hsl(128,100%,44%)
cmyk(100,0,87,12)rgb(0,224,60)
hsl(136,100%,44%)
cmyk(100,0,73,12)rgb(0,224,90)
hsl(144,100%,44%)
cmyk(100,0,60,12)rgb(0,224,120)
hsl(152,100%,44%)
cmyk(100,0,46,12)rgb(0,224,150)
hsl(160,100%,44%)
cmyk(100,0,33,12) Color Shades in CMYK model range
Color shades in Cyan range
+/- 10 percent shift for
C(Cyan) color axis.
rgb(112,224,0)
hsl(90,100%,44%)
cmyk(50,0,100,12)rgb(90,224,0)
hsl(96,100%,44%)
cmyk(60,0,100,12)rgb(67,224,0)
hsl(102,100%,44%)
cmyk(70,0,100,12)rgb(45,224,0)
hsl(108,100%,44%)
cmyk(80,0,100,12)rgb(22,224,0)
hsl(114,100%,44%)
cmyk(90,0,100,12)rgb(0,224,0)
hsl(120,100%,44%)
cmyk(100,0,100,12) Color shades in Magenta range
+/- 10 percent shift for
M(Magenta) color axis.
rgb(0,224,0)
hsl(120,100%,44%)
cmyk(100,0,100,12)rgb(0,202,0)
hsl(120,100%,40%)
cmyk(100,0,100,21)rgb(0,180,0)
hsl(120,100%,35%)
cmyk(100,0,100,30)rgb(0,157,0)
hsl(120,100%,31%)
cmyk(100,0,100,38)rgb(0,135,0)
hsl(120,100%,26%)
cmyk(100,0,100,47)rgb(0,112,0)
hsl(120,100%,22%)
cmyk(100,0,100,56) Color shades in Yellow range
+/- 10 percent shift for
Y(Yellow) color axis.
rgb(0,224,112)
hsl(150,100%,44%)
cmyk(100,0,50,12)rgb(0,224,90)
hsl(144,100%,44%)
cmyk(100,0,60,12)rgb(0,224,67)
hsl(138,100%,44%)
cmyk(100,0,70,12)rgb(0,224,45)
hsl(132,100%,44%)
cmyk(100,0,80,12)rgb(0,224,22)
hsl(126,100%,44%)
cmyk(100,0,90,12)rgb(0,224,0)
hsl(120,100%,44%)
cmyk(100,0,100,12) Color shades in Black range
+/- 10 percent shift for
B(Black) color axis.
rgb(0,255,0)
hsl(120,100%,50%)
cmyk(100,0,100,0)rgb(0,230,0)
hsl(120,100%,45%)
cmyk(100,0,100,10)rgb(0,204,0)
hsl(120,100%,40%)
cmyk(100,0,100,20)rgb(0,179,0)
hsl(120,100%,35%)
cmyk(100,0,100,30)rgb(0,153,0)
hsl(120,100%,30%)
cmyk(100,0,100,40)rgb(0,128,0)
hsl(120,100%,25%)
cmyk(100,0,100,50)