Shades of Inch Worm #99D810
Tints of Inch Worm #99D810
RGB
CMYK
RGB Variations
Color information
#99D810 (or 0x99D810) is known color: Inch Worm. HEX triplet: 99, D8 and 10. RGB value is (153,216,16). Sum of RGB (Red+Green+Blue) = 153+216+16=385 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.74% from 385); Green value is 216 (84.77% from 255 or 56.10% from 385); Blue value is 16 (6.64% from 255 or 4.16% from 385); Max value from RGB is 216 - color contains mainly: green. Hex color #99D810 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99D810 is #6627EF. Grayscale: #AFAFAF. Windows color (decimal): -6694896 or 1104025. OLE color: 1104025.
HSL color Cylindrical-coordinate representation of color #99D810: hue angle of 78.9º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #99D810 is Cyan = 0.29, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 216 | 16 | - |
| CMYK | 0.29 | 0 | 0.93 | 0.15 |
| HSL | 78.9º | 0.86% | 0.45% | - |
| HSV(B) | 78.9º | 0.93% | 0.85% | - |
| XYZ | 37.79 | 55.92 | 9.29 | - |
| YUV | 174.36 | 38.63 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 216 | 16 | 0.29 | 0 | 0.93 | 0.15 | 78.9 | 0.86 | 0.45 |
| Hex | 99 | D8 | 10 | 1D | 0 | 5D | F | 4F | 56 | 2D |
| Octal | 231 | 330 | 20 | 35 | 0 | 135 | 17 | 117 | 126 | 55 |
| Binary | 10011001 | 11011000 | 10000 | 11101 | 0 | 1011101 | 1111 | 1001111 | 1010110 | 101101 |
Color Harmonies of #99D810
Complementary color
Monochromatic Colors of #99D810
Black with #99D810
Text Example
Text Example
White with #99D810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D810; }
p { color: rgb(153,216,16); }
H1.HeaderClassName
{
color: #99D810;
}
.AnyTagClassName
{
color: #99D810;
}
</style>
background-color css
<style>
a { background-color: #99D810; }
a { background-color: rgb(153,216,16); }
div.DivClassName
{
background-color: #99D810;
}
.BgClassName
{
background-color: #99D810;
}
</style>
border-color css
<style>
span { border-color: #99D810; }
span { border-color: rgb(153,216,16); }
td.TdClassName
{
border-color: #99D810;
}
.TagClassName
{
border-color: #99D810;
}
</style>