Shades of Inch Worm #99DB03
Tints of Inch Worm #99DB03
RGB
CMYK
RGB Variations
Color information
#99DB03 (or 0x99DB03) is known color: Inch Worm. HEX triplet: 99, DB and 03. RGB value is (153,219,3). Sum of RGB (Red+Green+Blue) = 153+219+3=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 219 (85.94% from 255 or 58.4% from 375); Blue value is 3 (1.56% from 255 or 0.8% from 375); Max value from RGB is 219 - color contains mainly: green. Hex color #99DB03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99DB03 is #6624FC. Grayscale: #AFAFAF. Windows color (decimal): -6694141 or 252825. OLE color: 252825.
HSL color Cylindrical-coordinate representation of color #99DB03: hue angle of 78.33º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #99DB03 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 219 | 3 | - |
| CMYK | 0.30 | 0 | 0.99 | 0.14 |
| HSL | 78.33º | 0.97% | 0.44% | - |
| HSV(B) | 78.33º | 0.99% | 0.86% | - |
| XYZ | 38.48 | 57.44 | 9.15 | - |
| YUV | 174.64 | 31.13 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 219 | 3 | 0.30 | 0 | 0.99 | 0.14 | 78.33 | 0.97 | 0.44 |
| Hex | 99 | DB | 3 | 1E | 0 | 63 | E | 4E | 61 | 2C |
| Octal | 231 | 333 | 3 | 36 | 0 | 143 | 16 | 116 | 141 | 54 |
| Binary | 10011001 | 11011011 | 11 | 11110 | 0 | 1100011 | 1110 | 1001110 | 1100001 | 101100 |
Color Harmonies of #99DB03
Complementary color
Monochromatic Colors of #99DB03
Black with #99DB03
Text Example
Text Example
White with #99DB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DB03; }
p { color: rgb(153,219,3); }
H1.HeaderClassName
{
color: #99DB03;
}
.AnyTagClassName
{
color: #99DB03;
}
</style>
background-color css
<style>
a { background-color: #99DB03; }
a { background-color: rgb(153,219,3); }
div.DivClassName
{
background-color: #99DB03;
}
.BgClassName
{
background-color: #99DB03;
}
</style>
border-color css
<style>
span { border-color: #99DB03; }
span { border-color: rgb(153,219,3); }
td.TdClassName
{
border-color: #99DB03;
}
.TagClassName
{
border-color: #99DB03;
}
</style>