Shades of Inch Worm #99DF11
Tints of Inch Worm #99DF11
RGB
CMYK
RGB Variations
Color information
#99DF11 (or 0x99DF11) is known color: Inch Worm. HEX triplet: 99, DF and 11. RGB value is (153,223,17). Sum of RGB (Red+Green+Blue) = 153+223+17=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 223 (87.5% from 255 or 56.74% from 393); Blue value is 17 (7.03% from 255 or 4.33% from 393); Max value from RGB is 223 - color contains mainly: green. Hex color #99DF11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99DF11 is #6620EE. Grayscale: #B3B3B3. Windows color (decimal): -6693103 or 1171353. OLE color: 1171353.
HSL color Cylindrical-coordinate representation of color #99DF11: hue angle of 80.39º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99DF11 is Cyan = 0.31, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 223 | 17 | - |
| CMYK | 0.31 | 0 | 0.92 | 0.13 |
| HSL | 80.39º | 0.86% | 0.47% | - |
| HSV(B) | 80.39º | 0.92% | 0.87% | - |
| XYZ | 39.63 | 59.59 | 9.94 | - |
| YUV | 178.59 | 36.81 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 223 | 17 | 0.31 | 0 | 0.92 | 0.13 | 80.39 | 0.86 | 0.47 |
| Hex | 99 | DF | 11 | 1F | 0 | 5C | D | 50 | 56 | 2F |
| Octal | 231 | 337 | 21 | 37 | 0 | 134 | 15 | 120 | 126 | 57 |
| Binary | 10011001 | 11011111 | 10001 | 11111 | 0 | 1011100 | 1101 | 1010000 | 1010110 | 101111 |
Color Harmonies of #99DF11
Complementary color
Monochromatic Colors of #99DF11
Black with #99DF11
Text Example
Text Example
White with #99DF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DF11; }
p { color: rgb(153,223,17); }
H1.HeaderClassName
{
color: #99DF11;
}
.AnyTagClassName
{
color: #99DF11;
}
</style>
background-color css
<style>
a { background-color: #99DF11; }
a { background-color: rgb(153,223,17); }
div.DivClassName
{
background-color: #99DF11;
}
.BgClassName
{
background-color: #99DF11;
}
</style>
border-color css
<style>
span { border-color: #99DF11; }
span { border-color: rgb(153,223,17); }
td.TdClassName
{
border-color: #99DF11;
}
.TagClassName
{
border-color: #99DF11;
}
</style>