Shades of Inch Worm #9DD211
Tints of Inch Worm #9DD211
RGB
CMYK
RGB Variations
Color information
#9DD211 (or 0x9DD211) is known color: Inch Worm. HEX triplet: 9D, D2 and 11. RGB value is (157,210,17). Sum of RGB (Red+Green+Blue) = 157+210+17=384 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.89% from 384); Green value is 210 (82.42% from 255 or 54.69% from 384); Blue value is 17 (7.03% from 255 or 4.43% from 384); Max value from RGB is 210 - color contains mainly: green. Hex color #9DD211 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DD211 is #622DEE. Grayscale: #ACACAC. Windows color (decimal): -6434287 or 1168029. OLE color: 1168029.
HSL color Cylindrical-coordinate representation of color #9DD211: hue angle of 76.48º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9DD211 is Cyan = 0.25, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 157 | 210 | 17 | - |
| CMYK | 0.25 | 0 | 0.92 | 0.18 |
| HSL | 76.48º | 0.85% | 0.45% | - |
| HSV(B) | 76.48º | 0.92% | 0.82% | - |
| XYZ | 37.05 | 53.3 | 8.87 | - |
| YUV | 172.15 | 40.44 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 210 | 17 | 0.25 | 0 | 0.92 | 0.18 | 76.48 | 0.85 | 0.45 |
| Hex | 9D | D2 | 11 | 19 | 0 | 5C | 12 | 4C | 55 | 2D |
| Octal | 235 | 322 | 21 | 31 | 0 | 134 | 22 | 114 | 125 | 55 |
| Binary | 10011101 | 11010010 | 10001 | 11001 | 0 | 1011100 | 10010 | 1001100 | 1010101 | 101101 |
Color Harmonies of #9DD211
Complementary color
Monochromatic Colors of #9DD211
Black with #9DD211
Text Example
Text Example
White with #9DD211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD211; }
p { color: rgb(157,210,17); }
H1.HeaderClassName
{
color: #9DD211;
}
.AnyTagClassName
{
color: #9DD211;
}
</style>
background-color css
<style>
a { background-color: #9DD211; }
a { background-color: rgb(157,210,17); }
div.DivClassName
{
background-color: #9DD211;
}
.BgClassName
{
background-color: #9DD211;
}
</style>
border-color css
<style>
span { border-color: #9DD211; }
span { border-color: rgb(157,210,17); }
td.TdClassName
{
border-color: #9DD211;
}
.TagClassName
{
border-color: #9DD211;
}
</style>