Shades of Inch Worm #99DF08
Tints of Inch Worm #99DF08
RGB
CMYK
RGB Variations
Color information
#99DF08 (or 0x99DF08) is known color: Inch Worm. HEX triplet: 99, DF and 08. RGB value is (153,223,8). Sum of RGB (Red+Green+Blue) = 153+223+8=384 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.84% from 384); Green value is 223 (87.5% from 255 or 58.07% from 384); Blue value is 8 (3.52% from 255 or 2.08% from 384); Max value from RGB is 223 - color contains mainly: green. Hex color #99DF08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99DF08 is #6620F7. Grayscale: #B2B2B2. Windows color (decimal): -6693112 or 581529. OLE color: 581529.
HSL color Cylindrical-coordinate representation of color #99DF08: hue angle of 79.53º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #99DF08 is Cyan = 0.31, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 223 | 8 | - |
| CMYK | 0.31 | 0 | 0.96 | 0.13 |
| HSL | 79.53º | 0.93% | 0.45% | - |
| HSV(B) | 79.53º | 0.96% | 0.87% | - |
| XYZ | 39.57 | 59.57 | 9.64 | - |
| YUV | 177.56 | 32.31 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 223 | 8 | 0.31 | 0 | 0.96 | 0.13 | 79.53 | 0.93 | 0.45 |
| Hex | 99 | DF | 8 | 1F | 0 | 60 | D | 50 | 5D | 2D |
| Octal | 231 | 337 | 10 | 37 | 0 | 140 | 15 | 120 | 135 | 55 |
| Binary | 10011001 | 11011111 | 1000 | 11111 | 0 | 1100000 | 1101 | 1010000 | 1011101 | 101101 |
Color Harmonies of #99DF08
Complementary color
Monochromatic Colors of #99DF08
Black with #99DF08
Text Example
Text Example
White with #99DF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DF08; }
p { color: rgb(153,223,8); }
H1.HeaderClassName
{
color: #99DF08;
}
.AnyTagClassName
{
color: #99DF08;
}
</style>
background-color css
<style>
a { background-color: #99DF08; }
a { background-color: rgb(153,223,8); }
div.DivClassName
{
background-color: #99DF08;
}
.BgClassName
{
background-color: #99DF08;
}
</style>
border-color css
<style>
span { border-color: #99DF08; }
span { border-color: rgb(153,223,8); }
td.TdClassName
{
border-color: #99DF08;
}
.TagClassName
{
border-color: #99DF08;
}
</style>