Shades of Inch Worm #99DD17
Tints of Inch Worm #99DD17
RGB
CMYK
RGB Variations
Color information
#99DD17 (or 0x99DD17) is known color: Inch Worm. HEX triplet: 99, DD and 17. RGB value is (153,221,23). Sum of RGB (Red+Green+Blue) = 153+221+23=397 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.54% from 397); Green value is 221 (86.72% from 255 or 55.67% from 397); Blue value is 23 (9.38% from 255 or 5.79% from 397); Max value from RGB is 221 - color contains mainly: green. Hex color #99DD17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99DD17 is #6622E8. Grayscale: #B2B2B2. Windows color (decimal): -6693609 or 1564057. OLE color: 1564057.
HSL color Cylindrical-coordinate representation of color #99DD17: hue angle of 80.61º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #99DD17 is Cyan = 0.31, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 221 | 23 | - |
| CMYK | 0.31 | 0 | 0.90 | 0.13 |
| HSL | 80.61º | 0.81% | 0.48% | - |
| HSV(B) | 80.61º | 0.9% | 0.87% | - |
| XYZ | 39.15 | 58.55 | 10.05 | - |
| YUV | 178.1 | 40.47 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 221 | 23 | 0.31 | 0 | 0.90 | 0.13 | 80.61 | 0.81 | 0.48 |
| Hex | 99 | DD | 17 | 1F | 0 | 5A | D | 51 | 51 | 30 |
| Octal | 231 | 335 | 27 | 37 | 0 | 132 | 15 | 121 | 121 | 60 |
| Binary | 10011001 | 11011101 | 10111 | 11111 | 0 | 1011010 | 1101 | 1010001 | 1010001 | 110000 |
Color Harmonies of #99DD17
Complementary color
Monochromatic Colors of #99DD17
Black with #99DD17
Text Example
Text Example
White with #99DD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DD17; }
p { color: rgb(153,221,23); }
H1.HeaderClassName
{
color: #99DD17;
}
.AnyTagClassName
{
color: #99DD17;
}
</style>
background-color css
<style>
a { background-color: #99DD17; }
a { background-color: rgb(153,221,23); }
div.DivClassName
{
background-color: #99DD17;
}
.BgClassName
{
background-color: #99DD17;
}
</style>
border-color css
<style>
span { border-color: #99DD17; }
span { border-color: rgb(153,221,23); }
td.TdClassName
{
border-color: #99DD17;
}
.TagClassName
{
border-color: #99DD17;
}
</style>