Shades of Inch Worm #99E007
Tints of Inch Worm #99E007
RGB
CMYK
RGB Variations
Color information
#99E007 (or 0x99E007) is known color: Inch Worm. HEX triplet: 99, E0 and 07. RGB value is (153,224,7). Sum of RGB (Red+Green+Blue) = 153+224+7=384 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.84% from 384); Green value is 224 (87.89% from 255 or 58.33% from 384); Blue value is 7 (3.12% from 255 or 1.82% from 384); Max value from RGB is 224 - color contains mainly: green. Hex color #99E007 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99E007 is #661FF8. Grayscale: #B2B2B2. Windows color (decimal): -6692857 or 516249. OLE color: 516249.
HSL color Cylindrical-coordinate representation of color #99E007: hue angle of 79.63º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #99E007 is Cyan = 0.32, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 153 | 224 | 7 | - |
| CMYK | 0.32 | 0 | 0.97 | 0.12 |
| HSL | 79.63º | 0.94% | 0.45% | - |
| HSV(B) | 79.63º | 0.97% | 0.88% | - |
| XYZ | 39.83 | 60.1 | 9.7 | - |
| YUV | 178.03 | 31.48 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 224 | 7 | 0.32 | 0 | 0.97 | 0.12 | 79.63 | 0.94 | 0.45 |
| Hex | 99 | E0 | 7 | 20 | 0 | 61 | C | 50 | 5E | 2D |
| Octal | 231 | 340 | 7 | 40 | 0 | 141 | 14 | 120 | 136 | 55 |
| Binary | 10011001 | 11100000 | 111 | 100000 | 0 | 1100001 | 1100 | 1010000 | 1011110 | 101101 |
Color Harmonies of #99E007
Complementary color
Monochromatic Colors of #99E007
Black with #99E007
Text Example
Text Example
White with #99E007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E007; }
p { color: rgb(153,224,7); }
H1.HeaderClassName
{
color: #99E007;
}
.AnyTagClassName
{
color: #99E007;
}
</style>
background-color css
<style>
a { background-color: #99E007; }
a { background-color: rgb(153,224,7); }
div.DivClassName
{
background-color: #99E007;
}
.BgClassName
{
background-color: #99E007;
}
</style>
border-color css
<style>
span { border-color: #99E007; }
span { border-color: rgb(153,224,7); }
td.TdClassName
{
border-color: #99E007;
}
.TagClassName
{
border-color: #99E007;
}
</style>