Shades of Inch Worm #99DF01
Tints of Inch Worm #99DF01
RGB
CMYK
RGB Variations
Color information
#99DF01 (or 0x99DF01) is known color: Inch Worm. HEX triplet: 99, DF and 01. RGB value is (153,223,1). Sum of RGB (Red+Green+Blue) = 153+223+1=377 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.58% from 377); Green value is 223 (87.5% from 255 or 59.15% from 377); Blue value is 1 (0.78% from 255 or 0.27% from 377); Max value from RGB is 223 - color contains mainly: green. Hex color #99DF01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99DF01 is #6620FE. Grayscale: #B1B1B1. Windows color (decimal): -6693119 or 122777. OLE color: 122777.
HSL color Cylindrical-coordinate representation of color #99DF01: hue angle of 78.92º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #99DF01 is Cyan = 0.31, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 223 | 1 | - |
| CMYK | 0.31 | 0 | 1.00 | 0.13 |
| HSL | 78.92º | 0.99% | 0.44% | - |
| HSV(B) | 78.92º | 1% | 0.87% | - |
| XYZ | 39.53 | 59.55 | 9.44 | - |
| YUV | 176.76 | 28.81 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 223 | 1 | 0.31 | 0 | 1.00 | 0.13 | 78.92 | 0.99 | 0.44 |
| Hex | 99 | DF | 1 | 1F | 0 | 64 | D | 4F | 63 | 2C |
| Octal | 231 | 337 | 1 | 37 | 0 | 144 | 15 | 117 | 143 | 54 |
| Binary | 10011001 | 11011111 | 1 | 11111 | 0 | 1100100 | 1101 | 1001111 | 1100011 | 101100 |
Color Harmonies of #99DF01
Complementary color
Monochromatic Colors of #99DF01
Black with #99DF01
Text Example
Text Example
White with #99DF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DF01; }
p { color: rgb(153,223,1); }
H1.HeaderClassName
{
color: #99DF01;
}
.AnyTagClassName
{
color: #99DF01;
}
</style>
background-color css
<style>
a { background-color: #99DF01; }
a { background-color: rgb(153,223,1); }
div.DivClassName
{
background-color: #99DF01;
}
.BgClassName
{
background-color: #99DF01;
}
</style>
border-color css
<style>
span { border-color: #99DF01; }
span { border-color: rgb(153,223,1); }
td.TdClassName
{
border-color: #99DF01;
}
.TagClassName
{
border-color: #99DF01;
}
</style>