Shades of Inch Worm #99DF02
Tints of Inch Worm #99DF02
RGB
CMYK
RGB Variations
Color information
#99DF02 (or 0x99DF02) is known color: Inch Worm. HEX triplet: 99, DF and 02. RGB value is (153,223,2). Sum of RGB (Red+Green+Blue) = 153+223+2=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 223 (87.5% from 255 or 58.99% from 378); Blue value is 2 (1.17% from 255 or 0.53% from 378); Max value from RGB is 223 - color contains mainly: green. Hex color #99DF02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99DF02 is #6620FD. Grayscale: #B1B1B1. Windows color (decimal): -6693118 or 188313. OLE color: 188313.
HSL color Cylindrical-coordinate representation of color #99DF02: hue angle of 79º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #99DF02 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 223 | 2 | - |
| CMYK | 0.31 | 0 | 0.99 | 0.13 |
| HSL | 79º | 0.98% | 0.44% | - |
| HSV(B) | 79º | 0.99% | 0.87% | - |
| XYZ | 39.54 | 59.55 | 9.47 | - |
| YUV | 176.88 | 29.31 | 110.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 223 | 2 | 0.31 | 0 | 0.99 | 0.13 | 79 | 0.98 | 0.44 |
| Hex | 99 | DF | 2 | 1F | 0 | 63 | D | 4F | 62 | 2C |
| Octal | 231 | 337 | 2 | 37 | 0 | 143 | 15 | 117 | 142 | 54 |
| Binary | 10011001 | 11011111 | 10 | 11111 | 0 | 1100011 | 1101 | 1001111 | 1100010 | 101100 |
Color Harmonies of #99DF02
Complementary color
Monochromatic Colors of #99DF02
Black with #99DF02
Text Example
Text Example
White with #99DF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DF02; }
p { color: rgb(153,223,2); }
H1.HeaderClassName
{
color: #99DF02;
}
.AnyTagClassName
{
color: #99DF02;
}
</style>
background-color css
<style>
a { background-color: #99DF02; }
a { background-color: rgb(153,223,2); }
div.DivClassName
{
background-color: #99DF02;
}
.BgClassName
{
background-color: #99DF02;
}
</style>
border-color css
<style>
span { border-color: #99DF02; }
span { border-color: rgb(153,223,2); }
td.TdClassName
{
border-color: #99DF02;
}
.TagClassName
{
border-color: #99DF02;
}
</style>