Shades of Inch Worm #99D917
Tints of Inch Worm #99D917
RGB
CMYK
RGB Variations
Color information
#99D917 (or 0x99D917) is known color: Inch Worm. HEX triplet: 99, D9 and 17. RGB value is (153,217,23). Sum of RGB (Red+Green+Blue) = 153+217+23=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 217 (85.16% from 255 or 55.22% from 393); Blue value is 23 (9.38% from 255 or 5.85% from 393); Max value from RGB is 217 - color contains mainly: green. Hex color #99D917 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99D917 is #6626E8. Grayscale: #B0B0B0. Windows color (decimal): -6694633 or 1563033. OLE color: 1563033.
HSL color Cylindrical-coordinate representation of color #99D917: hue angle of 79.79º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #99D917 is Cyan = 0.29, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 217 | 23 | - |
| CMYK | 0.29 | 0 | 0.89 | 0.15 |
| HSL | 79.79º | 0.81% | 0.47% | - |
| HSV(B) | 79.79º | 0.89% | 0.85% | - |
| XYZ | 38.1 | 56.46 | 9.7 | - |
| YUV | 175.75 | 41.8 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 217 | 23 | 0.29 | 0 | 0.89 | 0.15 | 79.79 | 0.81 | 0.47 |
| Hex | 99 | D9 | 17 | 1D | 0 | 59 | F | 50 | 51 | 2F |
| Octal | 231 | 331 | 27 | 35 | 0 | 131 | 17 | 120 | 121 | 57 |
| Binary | 10011001 | 11011001 | 10111 | 11101 | 0 | 1011001 | 1111 | 1010000 | 1010001 | 101111 |
Color Harmonies of #99D917
Complementary color
Monochromatic Colors of #99D917
Black with #99D917
Text Example
Text Example
White with #99D917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D917; }
p { color: rgb(153,217,23); }
H1.HeaderClassName
{
color: #99D917;
}
.AnyTagClassName
{
color: #99D917;
}
</style>
background-color css
<style>
a { background-color: #99D917; }
a { background-color: rgb(153,217,23); }
div.DivClassName
{
background-color: #99D917;
}
.BgClassName
{
background-color: #99D917;
}
</style>
border-color css
<style>
span { border-color: #99D917; }
span { border-color: rgb(153,217,23); }
td.TdClassName
{
border-color: #99D917;
}
.TagClassName
{
border-color: #99D917;
}
</style>