Shades of Inch Worm #99DB16
Tints of Inch Worm #99DB16
RGB
CMYK
RGB Variations
Color information
#99DB16 (or 0x99DB16) is known color: Inch Worm. HEX triplet: 99, DB and 16. RGB value is (153,219,22). Sum of RGB (Red+Green+Blue) = 153+219+22=394 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.83% from 394); Green value is 219 (85.94% from 255 or 55.58% from 394); Blue value is 22 (8.98% from 255 or 5.58% from 394); Max value from RGB is 219 - color contains mainly: green. Hex color #99DB16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99DB16 is #6624E9. Grayscale: #B1B1B1. Windows color (decimal): -6694122 or 1498009. OLE color: 1498009.
HSL color Cylindrical-coordinate representation of color #99DB16: hue angle of 80.1º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #99DB16 is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 219 | 22 | - |
| CMYK | 0.30 | 0 | 0.90 | 0.14 |
| HSL | 80.1º | 0.82% | 0.47% | - |
| HSV(B) | 80.1º | 0.9% | 0.86% | - |
| XYZ | 38.61 | 57.49 | 9.82 | - |
| YUV | 176.81 | 40.63 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 219 | 22 | 0.30 | 0 | 0.90 | 0.14 | 80.1 | 0.82 | 0.47 |
| Hex | 99 | DB | 16 | 1E | 0 | 5A | E | 50 | 52 | 2F |
| Octal | 231 | 333 | 26 | 36 | 0 | 132 | 16 | 120 | 122 | 57 |
| Binary | 10011001 | 11011011 | 10110 | 11110 | 0 | 1011010 | 1110 | 1010000 | 1010010 | 101111 |
Color Harmonies of #99DB16
Complementary color
Monochromatic Colors of #99DB16
Black with #99DB16
Text Example
Text Example
White with #99DB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DB16; }
p { color: rgb(153,219,22); }
H1.HeaderClassName
{
color: #99DB16;
}
.AnyTagClassName
{
color: #99DB16;
}
</style>
background-color css
<style>
a { background-color: #99DB16; }
a { background-color: rgb(153,219,22); }
div.DivClassName
{
background-color: #99DB16;
}
.BgClassName
{
background-color: #99DB16;
}
</style>
border-color css
<style>
span { border-color: #99DB16; }
span { border-color: rgb(153,219,22); }
td.TdClassName
{
border-color: #99DB16;
}
.TagClassName
{
border-color: #99DB16;
}
</style>