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(179,155,0)
hsl(52,100%,35%)
cmyk(0,13,100,30)rgb(128,179,0)
hsl(77,100%,35%)
cmyk(28,0,100,30)rgb(54,179,0)
hsl(102,100%,35%)
cmyk(70,0,100,30)rgb(0,179,21)
hsl(127,100%,35%)
cmyk(100,0,88,30)rgb(0,179,95)
hsl(152,100%,35%)
cmyk(100,0,47,30)rgb(0,179,170)
hsl(177,100%,35%)
cmyk(100,0,5,30) Color Saturation Range
+/- 10% shift for S(Saturation) color axis in HSL color model
rgb(45,134,55)
hsl(127,50%,35%)
cmyk(67,0,59,48)rgb(36,143,48)
hsl(127,60%,35%)
cmyk(75,0,66,44)rgb(27,152,41)
hsl(127,70%,35%)
cmyk(82,0,73,41)rgb(18,161,35)
hsl(127,80%,35%)
cmyk(89,0,79,37)rgb(9,170,28)
hsl(127,90%,35%)
cmyk(95,0,84,34)rgb(0,179,21)
hsl(127,100%,35%)
cmyk(100,0,88,30) Color Lightness Range
+/- 10% shift for L(lightness) color axis in HSL color model.
rgb(0,26,3)
hsl(127,100%,5%)
cmyk(100,0,88,90)rgb(0,77,9)
hsl(127,100%,15%)
cmyk(100,0,88,70)rgb(0,128,15)
hsl(127,100%,25%)
cmyk(100,0,88,50)rgb(0,179,21)
hsl(127,100%,35%)
cmyk(100,0,88,30)rgb(0,230,27)
hsl(127,100%,45%)
cmyk(100,0,88,10)rgb(26,255,52)
hsl(127,100%,55%)
cmyk(90,0,79,0) Color Shades in RGB model range
Color shades in Red range
+/- 30 points shift for
R(Red) color axis.
rgb(0,180,20)
hsl(127,100%,35%)
cmyk(100,0,89,29)rgb(30,180,20)
hsl(116,80%,39%)
cmyk(83,0,89,29)rgb(60,180,20)
hsl(105,80%,39%)
cmyk(67,0,89,29)rgb(90,180,20)
hsl(94,80%,39%)
cmyk(50,0,89,29)rgb(120,180,20)
hsl(83,80%,39%)
cmyk(33,0,89,29)rgb(150,180,20)
hsl(71,80%,39%)
cmyk(17,0,89,29) Color shades in Green range
+/- 30 points shift for
G(Green) color axis.
rgb(0,90,20)
hsl(133,100%,18%)
cmyk(100,0,78,65)rgb(0,120,20)
hsl(130,100%,24%)
cmyk(100,0,83,53)rgb(0,150,20)
hsl(128,100%,29%)
cmyk(100,0,87,41)rgb(0,180,20)
hsl(127,100%,35%)
cmyk(100,0,89,29)rgb(0,210,20)
hsl(126,100%,41%)
cmyk(100,0,90,18)rgb(0,240,20)
hsl(125,100%,47%)
cmyk(100,0,92,6) Color shades in Blue range
+/- 30 points shift for
B(Blue) color axis.
rgb(0,180,0)
hsl(120,100%,35%)
cmyk(100,0,100,29)rgb(0,180,30)
hsl(130,100%,35%)
cmyk(100,0,83,29)rgb(0,180,60)
hsl(140,100%,35%)
cmyk(100,0,67,29)rgb(0,180,90)
hsl(150,100%,35%)
cmyk(100,0,50,29)rgb(0,180,120)
hsl(160,100%,35%)
cmyk(100,0,33,29)rgb(0,180,150)
hsl(170,100%,35%)
cmyk(100,0,17,29) Color Shades in CMYK model range
Color shades in Cyan range
+/- 10 percent shift for
C(Cyan) color axis.
rgb(91,181,20)
hsl(94,80%,39%)
cmyk(50,0,89,29)rgb(72,181,20)
hsl(100,80%,39%)
cmyk(60,0,89,29)rgb(54,181,20)
hsl(107,80%,39%)
cmyk(70,0,89,29)rgb(36,181,20)
hsl(114,80%,39%)
cmyk(80,0,89,29)rgb(18,181,20)
hsl(121,82%,39%)
cmyk(90,0,89,29)rgb(0,181,20)
hsl(127,100%,36%)
cmyk(100,0,89,29) Color shades in Magenta range
+/- 10 percent shift for
M(Magenta) color axis.
rgb(0,181,20)
hsl(127,100%,36%)
cmyk(100,0,89,29)rgb(0,163,20)
hsl(127,100%,32%)
cmyk(100,0,88,36)rgb(0,145,20)
hsl(128,100%,28%)
cmyk(100,0,86,43)rgb(0,127,20)
hsl(129,100%,25%)
cmyk(100,0,84,50)rgb(0,109,20)
hsl(131,100%,21%)
cmyk(100,0,82,57)rgb(0,91,20)
hsl(133,100%,18%)
cmyk(100,0,78,65) Color shades in Yellow range
+/- 10 percent shift for
Y(Yellow) color axis.
rgb(0,181,91)
hsl(150,100%,36%)
cmyk(100,0,50,29)rgb(0,181,72)
hsl(144,100%,36%)
cmyk(100,0,60,29)rgb(0,181,54)
hsl(138,100%,36%)
cmyk(100,0,70,29)rgb(0,181,36)
hsl(132,100%,36%)
cmyk(100,0,80,29)rgb(0,181,18)
hsl(126,100%,36%)
cmyk(100,0,90,29)rgb(0,181,0)
hsl(120,100%,36%)
cmyk(100,0,100,29) Color shades in Black range
+/- 10 percent shift for
B(Black) color axis.
rgb(0,255,28)
hsl(127,100%,50%)
cmyk(100,0,89,0)rgb(0,230,25)
hsl(127,100%,45%)
cmyk(100,0,89,10)rgb(0,204,22)
hsl(127,100%,40%)
cmyk(100,0,89,20)rgb(0,179,20)
hsl(127,100%,35%)
cmyk(100,0,89,30)rgb(0,153,17)
hsl(127,100%,30%)
cmyk(100,0,89,40)rgb(0,128,14)
hsl(127,100%,25%)
cmyk(100,0,89,50)