Shades of Inch Worm #99E516
Tints of Inch Worm #99E516
RGB
CMYK
RGB Variations
Color information
#99E516 (or 0x99E516) is known color: Inch Worm. HEX triplet: 99, E5 and 16. RGB value is (153,229,22). Sum of RGB (Red+Green+Blue) = 153+229+22=404 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.87% from 404); Green value is 229 (89.84% from 255 or 56.68% from 404); Blue value is 22 (8.98% from 255 or 5.45% from 404); Max value from RGB is 229 - color contains mainly: green. Hex color #99E516 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99E516 is #661AE9. Grayscale: #B7B7B7. Windows color (decimal): -6691562 or 1500569. OLE color: 1500569.
HSL color Cylindrical-coordinate representation of color #99E516: hue angle of 82.03º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #99E516 is Cyan = 0.33, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 153 | 229 | 22 | - |
| CMYK | 0.33 | 0 | 0.90 | 0.10 |
| HSL | 82.03º | 0.82% | 0.49% | - |
| HSV(B) | 82.03º | 0.9% | 0.9% | - |
| XYZ | 41.3 | 62.87 | 10.72 | - |
| YUV | 182.68 | 37.32 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 229 | 22 | 0.33 | 0 | 0.90 | 0.10 | 82.03 | 0.82 | 0.49 |
| Hex | 99 | E5 | 16 | 21 | 0 | 5A | A | 52 | 52 | 31 |
| Octal | 231 | 345 | 26 | 41 | 0 | 132 | 12 | 122 | 122 | 61 |
| Binary | 10011001 | 11100101 | 10110 | 100001 | 0 | 1011010 | 1010 | 1010010 | 1010010 | 110001 |
Color Harmonies of #99E516
Complementary color
Monochromatic Colors of #99E516
Black with #99E516
Text Example
Text Example
White with #99E516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E516; }
p { color: rgb(153,229,22); }
H1.HeaderClassName
{
color: #99E516;
}
.AnyTagClassName
{
color: #99E516;
}
</style>
background-color css
<style>
a { background-color: #99E516; }
a { background-color: rgb(153,229,22); }
div.DivClassName
{
background-color: #99E516;
}
.BgClassName
{
background-color: #99E516;
}
</style>
border-color css
<style>
span { border-color: #99E516; }
span { border-color: rgb(153,229,22); }
td.TdClassName
{
border-color: #99E516;
}
.TagClassName
{
border-color: #99E516;
}
</style>