Shades of Inch Worm #99D70E
Tints of Inch Worm #99D70E
RGB
CMYK
RGB Variations
Color information
#99D70E (or 0x99D70E) is known color: Inch Worm. HEX triplet: 99, D7 and 0E. RGB value is (153,215,14). Sum of RGB (Red+Green+Blue) = 153+215+14=382 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.05% from 382); Green value is 215 (84.38% from 255 or 56.28% from 382); Blue value is 14 (5.86% from 255 or 3.66% from 382); Max value from RGB is 215 - color contains mainly: green. Hex color #99D70E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99D70E is #6628F1. Grayscale: #AEAEAE. Windows color (decimal): -6695154 or 972697. OLE color: 972697.
HSL color Cylindrical-coordinate representation of color #99D70E: hue angle of 78.51º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #99D70E is Cyan = 0.29, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 215 | 14 | - |
| CMYK | 0.29 | 0 | 0.93 | 0.16 |
| HSL | 78.51º | 0.88% | 0.45% | - |
| HSV(B) | 78.51º | 0.93% | 0.84% | - |
| XYZ | 37.52 | 55.4 | 9.13 | - |
| YUV | 173.55 | 37.96 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 215 | 14 | 0.29 | 0 | 0.93 | 0.16 | 78.51 | 0.88 | 0.45 |
| Hex | 99 | D7 | E | 1D | 0 | 5D | 10 | 4F | 58 | 2D |
| Octal | 231 | 327 | 16 | 35 | 0 | 135 | 20 | 117 | 130 | 55 |
| Binary | 10011001 | 11010111 | 1110 | 11101 | 0 | 1011101 | 10000 | 1001111 | 1011000 | 101101 |
Color Harmonies of #99D70E
Complementary color
Monochromatic Colors of #99D70E
Black with #99D70E
Text Example
Text Example
White with #99D70E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D70E; }
p { color: rgb(153,215,14); }
H1.HeaderClassName
{
color: #99D70E;
}
.AnyTagClassName
{
color: #99D70E;
}
</style>
background-color css
<style>
a { background-color: #99D70E; }
a { background-color: rgb(153,215,14); }
div.DivClassName
{
background-color: #99D70E;
}
.BgClassName
{
background-color: #99D70E;
}
</style>
border-color css
<style>
span { border-color: #99D70E; }
span { border-color: rgb(153,215,14); }
td.TdClassName
{
border-color: #99D70E;
}
.TagClassName
{
border-color: #99D70E;
}
</style>