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(255,153,153)
hsl(0,100%,80%)
cmyk(0,40,40,0)rgb(255,196,153)
hsl(25,100%,80%)
cmyk(0,23,40,0)rgb(255,238,153)
hsl(50,100%,80%)
cmyk(0,7,40,0)rgb(230,255,153)
hsl(75,100%,80%)
cmyk(10,0,40,0)rgb(187,255,153)
hsl(100,100%,80%)
cmyk(27,0,40,0)rgb(153,255,162)
hsl(125,100%,80%)
cmyk(40,0,37,0) Color Saturation Range
+/- 10% shift for S(Saturation) color axis in HSL color model
rgb(229,230,179)
hsl(60,50%,80%)
cmyk(0,0,22,10)rgb(235,235,173)
hsl(60,60%,80%)
cmyk(0,0,26,8)rgb(240,240,168)
hsl(60,70%,80%)
cmyk(0,0,30,6)rgb(245,245,163)
hsl(60,80%,80%)
cmyk(0,0,33,4)rgb(250,250,158)
hsl(60,90%,80%)
cmyk(0,0,37,2)rgb(255,255,153)
hsl(60,100%,80%)
cmyk(0,0,40,0) Color Lightness Range
+/- 10% shift for L(lightness) color axis in HSL color model.
rgb(255,255,0)
hsl(60,100%,50%)
cmyk(0,0,100,0)rgb(255,255,51)
hsl(60,100%,60%)
cmyk(0,0,80,0)rgb(255,255,102)
hsl(60,100%,70%)
cmyk(0,0,60,0)rgb(255,255,153)
hsl(60,100%,80%)
cmyk(0,0,40,0)rgb(255,255,204)
hsl(60,100%,90%)
cmyk(0,0,20,0)rgb(255,255,255)
hsl(0,0%,100%)
cmyk(0,0,0,0) Color Shades in RGB model range
Color shades in Red range
+/- 30 points shift for
R(Red) color axis.
rgb(105,255,153)
hsl(139,100%,71%)
cmyk(59,0,40,0)rgb(135,255,153)
hsl(129,100%,76%)
cmyk(47,0,40,0)rgb(165,255,153)
hsl(113,100%,80%)
cmyk(35,0,40,0)rgb(195,255,153)
hsl(95,100%,80%)
cmyk(24,0,40,0)rgb(225,255,153)
hsl(78,100%,80%)
cmyk(12,0,40,0)rgb(255,255,153)
hsl(60,100%,80%)
cmyk(0,0,40,0) Color shades in Green range
+/- 30 points shift for
G(Green) color axis.
rgb(255,105,153)
hsl(341,100%,71%)
cmyk(0,59,40,0)rgb(255,135,153)
hsl(351,100%,76%)
cmyk(0,47,40,0)rgb(255,165,153)
hsl(7,100%,80%)
cmyk(0,35,40,0)rgb(255,195,153)
hsl(25,100%,80%)
cmyk(0,24,40,0)rgb(255,225,153)
hsl(42,100%,80%)
cmyk(0,12,40,0)rgb(255,255,153)
hsl(60,100%,80%)
cmyk(0,0,40,0) Color shades in Blue range
+/- 30 points shift for
B(Blue) color axis.
rgb(255,255,63)
hsl(60,100%,62%)
cmyk(0,0,75,0)rgb(255,255,93)
hsl(60,100%,68%)
cmyk(0,0,64,0)rgb(255,255,123)
hsl(60,100%,74%)
cmyk(0,0,52,0)rgb(255,255,153)
hsl(60,100%,80%)
cmyk(0,0,40,0)rgb(255,255,183)
hsl(60,100%,86%)
cmyk(0,0,28,0)rgb(255,255,213)
hsl(60,100%,92%)
cmyk(0,0,16,0) Color Shades in CMYK model range
Color shades in Cyan range
+/- 10 percent shift for
C(Cyan) color axis.
rgb(255,255,153)
hsl(60,100%,80%)
cmyk(0,0,40,0)rgb(230,255,153)
hsl(75,100%,80%)
cmyk(10,0,40,0)rgb(204,255,153)
hsl(90,100%,80%)
cmyk(20,0,40,0)rgb(179,255,153)
hsl(105,100%,80%)
cmyk(30,0,40,0)rgb(153,255,153)
hsl(120,100%,80%)
cmyk(40,0,40,0)rgb(128,255,153)
hsl(132,100%,75%)
cmyk(50,0,40,0) Color shades in Magenta range
+/- 10 percent shift for
M(Magenta) color axis.
rgb(255,255,153)
hsl(60,100%,80%)
cmyk(0,0,40,0)rgb(255,230,153)
hsl(45,100%,80%)
cmyk(0,10,40,0)rgb(255,204,153)
hsl(30,100%,80%)
cmyk(0,20,40,0)rgb(255,179,153)
hsl(15,100%,80%)
cmyk(0,30,40,0)rgb(255,153,153)
hsl(0,100%,80%)
cmyk(0,40,40,0)rgb(255,128,153)
hsl(348,100%,75%)
cmyk(0,50,40,0) Color shades in Yellow range
+/- 10 percent shift for
Y(Yellow) color axis.
rgb(255,255,230)
hsl(60,100%,95%)
cmyk(0,0,10,0)rgb(255,255,204)
hsl(60,100%,90%)
cmyk(0,0,20,0)rgb(255,255,179)
hsl(60,100%,85%)
cmyk(0,0,30,0)rgb(255,255,153)
hsl(60,100%,80%)
cmyk(0,0,40,0)rgb(255,255,128)
hsl(60,100%,75%)
cmyk(0,0,50,0)rgb(255,255,102)
hsl(60,100%,70%)
cmyk(0,0,60,0) Color shades in Black range
+/- 10 percent shift for
B(Black) color axis.
rgb(255,255,153)
hsl(60,100%,80%)
cmyk(0,0,40,0)rgb(230,230,138)
hsl(60,64%,72%)
cmyk(0,0,40,10)rgb(204,204,122)
hsl(60,44%,64%)
cmyk(0,0,40,20)rgb(179,179,107)
hsl(60,32%,56%)
cmyk(0,0,40,30)rgb(153,153,92)
hsl(60,25%,48%)
cmyk(0,0,40,40)rgb(128,128,77)
hsl(60,25%,40%)
cmyk(0,0,40,50)