Shades of Inch Worm #99DF09
Tints of Inch Worm #99DF09
RGB
CMYK
RGB Variations
Color information
#99DF09 (or 0x99DF09) is known color: Inch Worm. HEX triplet: 99, DF and 09. RGB value is (153,223,9). Sum of RGB (Red+Green+Blue) = 153+223+9=385 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.74% from 385); Green value is 223 (87.5% from 255 or 57.92% from 385); Blue value is 9 (3.91% from 255 or 2.34% from 385); Max value from RGB is 223 - color contains mainly: green. Hex color #99DF09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99DF09 is #6620F6. Grayscale: #B2B2B2. Windows color (decimal): -6693111 or 647065. OLE color: 647065.
HSL color Cylindrical-coordinate representation of color #99DF09: hue angle of 79.63º degrees, saturation: 0.92, 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 #99DF09 is Cyan = 0.31, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 223 | 9 | - |
| CMYK | 0.31 | 0 | 0.96 | 0.13 |
| HSL | 79.63º | 0.92% | 0.45% | - |
| HSV(B) | 79.63º | 0.96% | 0.87% | - |
| XYZ | 39.57 | 59.57 | 9.67 | - |
| YUV | 177.67 | 32.81 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 223 | 9 | 0.31 | 0 | 0.96 | 0.13 | 79.63 | 0.92 | 0.45 |
| Hex | 99 | DF | 9 | 1F | 0 | 60 | D | 50 | 5C | 2D |
| Octal | 231 | 337 | 11 | 37 | 0 | 140 | 15 | 120 | 134 | 55 |
| Binary | 10011001 | 11011111 | 1001 | 11111 | 0 | 1100000 | 1101 | 1010000 | 1011100 | 101101 |
Color Harmonies of #99DF09
Complementary color
Monochromatic Colors of #99DF09
Black with #99DF09
Text Example
Text Example
White with #99DF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DF09; }
p { color: rgb(153,223,9); }
H1.HeaderClassName
{
color: #99DF09;
}
.AnyTagClassName
{
color: #99DF09;
}
</style>
background-color css
<style>
a { background-color: #99DF09; }
a { background-color: rgb(153,223,9); }
div.DivClassName
{
background-color: #99DF09;
}
.BgClassName
{
background-color: #99DF09;
}
</style>
border-color css
<style>
span { border-color: #99DF09; }
span { border-color: rgb(153,223,9); }
td.TdClassName
{
border-color: #99DF09;
}
.TagClassName
{
border-color: #99DF09;
}
</style>