Shades of Inch Worm #99D20D
Tints of Inch Worm #99D20D
RGB
CMYK
RGB Variations
Color information
#99D20D (or 0x99D20D) is known color: Inch Worm. HEX triplet: 99, D2 and 0D. RGB value is (153,210,13). Sum of RGB (Red+Green+Blue) = 153+210+13=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 210 (82.42% from 255 or 55.85% from 376); Blue value is 13 (5.47% from 255 or 3.46% from 376); Max value from RGB is 210 - color contains mainly: green. Hex color #99D20D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99D20D is #662DF2. Grayscale: #ABABAB. Windows color (decimal): -6696435 or 905881. OLE color: 905881.
HSL color Cylindrical-coordinate representation of color #99D20D: hue angle of 77.36º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #99D20D is Cyan = 0.27, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 210 | 13 | - |
| CMYK | 0.27 | 0 | 0.94 | 0.18 |
| HSL | 77.36º | 0.88% | 0.44% | - |
| HSV(B) | 77.36º | 0.94% | 0.82% | - |
| XYZ | 36.26 | 52.89 | 8.68 | - |
| YUV | 170.5 | 39.12 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 210 | 13 | 0.27 | 0 | 0.94 | 0.18 | 77.36 | 0.88 | 0.44 |
| Hex | 99 | D2 | D | 1B | 0 | 5E | 12 | 4D | 58 | 2C |
| Octal | 231 | 322 | 15 | 33 | 0 | 136 | 22 | 115 | 130 | 54 |
| Binary | 10011001 | 11010010 | 1101 | 11011 | 0 | 1011110 | 10010 | 1001101 | 1011000 | 101100 |
Color Harmonies of #99D20D
Complementary color
Monochromatic Colors of #99D20D
Black with #99D20D
Text Example
Text Example
White with #99D20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D20D; }
p { color: rgb(153,210,13); }
H1.HeaderClassName
{
color: #99D20D;
}
.AnyTagClassName
{
color: #99D20D;
}
</style>
background-color css
<style>
a { background-color: #99D20D; }
a { background-color: rgb(153,210,13); }
div.DivClassName
{
background-color: #99D20D;
}
.BgClassName
{
background-color: #99D20D;
}
</style>
border-color css
<style>
span { border-color: #99D20D; }
span { border-color: rgb(153,210,13); }
td.TdClassName
{
border-color: #99D20D;
}
.TagClassName
{
border-color: #99D20D;
}
</style>