Shades of Inch Worm #99DB12
Tints of Inch Worm #99DB12
RGB
CMYK
RGB Variations
Color information
#99DB12 (or 0x99DB12) is known color: Inch Worm. HEX triplet: 99, DB and 12. RGB value is (153,219,18). Sum of RGB (Red+Green+Blue) = 153+219+18=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 219 (85.94% from 255 or 56.15% from 390); Blue value is 18 (7.42% from 255 or 4.62% from 390); Max value from RGB is 219 - color contains mainly: green. Hex color #99DB12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99DB12 is #6624ED. Grayscale: #B1B1B1. Windows color (decimal): -6694126 or 1235865. OLE color: 1235865.
HSL color Cylindrical-coordinate representation of color #99DB12: hue angle of 79.7º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99DB12 is Cyan = 0.30, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 219 | 18 | - |
| CMYK | 0.30 | 0 | 0.92 | 0.14 |
| HSL | 79.7º | 0.85% | 0.46% | - |
| HSV(B) | 79.7º | 0.92% | 0.86% | - |
| XYZ | 38.58 | 57.48 | 9.63 | - |
| YUV | 176.35 | 38.63 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 219 | 18 | 0.30 | 0 | 0.92 | 0.14 | 79.7 | 0.85 | 0.46 |
| Hex | 99 | DB | 12 | 1E | 0 | 5C | E | 50 | 55 | 2E |
| Octal | 231 | 333 | 22 | 36 | 0 | 134 | 16 | 120 | 125 | 56 |
| Binary | 10011001 | 11011011 | 10010 | 11110 | 0 | 1011100 | 1110 | 1010000 | 1010101 | 101110 |
Color Harmonies of #99DB12
Complementary color
Monochromatic Colors of #99DB12
Black with #99DB12
Text Example
Text Example
White with #99DB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DB12; }
p { color: rgb(153,219,18); }
H1.HeaderClassName
{
color: #99DB12;
}
.AnyTagClassName
{
color: #99DB12;
}
</style>
background-color css
<style>
a { background-color: #99DB12; }
a { background-color: rgb(153,219,18); }
div.DivClassName
{
background-color: #99DB12;
}
.BgClassName
{
background-color: #99DB12;
}
</style>
border-color css
<style>
span { border-color: #99DB12; }
span { border-color: rgb(153,219,18); }
td.TdClassName
{
border-color: #99DB12;
}
.TagClassName
{
border-color: #99DB12;
}
</style>