Shades of Inch Worm #99D40B
Tints of Inch Worm #99D40B
RGB
CMYK
RGB Variations
Color information
#99D40B (or 0x99D40B) is known color: Inch Worm. HEX triplet: 99, D4 and 0B. RGB value is (153,212,11). Sum of RGB (Red+Green+Blue) = 153+212+11=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 212 (83.20% from 255 or 56.38% from 376); Blue value is 11 (4.69% from 255 or 2.93% from 376); Max value from RGB is 212 - color contains mainly: green. Hex color #99D40B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99D40B is #662BF4. Grayscale: #ACACAC. Windows color (decimal): -6695925 or 775321. OLE color: 775321.
HSL color Cylindrical-coordinate representation of color #99D40B: hue angle of 77.61º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #99D40B is Cyan = 0.28, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 153 | 212 | 11 | - |
| CMYK | 0.28 | 0 | 0.95 | 0.17 |
| HSL | 77.61º | 0.9% | 0.44% | - |
| HSV(B) | 77.61º | 0.95% | 0.83% | - |
| XYZ | 36.74 | 53.88 | 8.78 | - |
| YUV | 171.45 | 37.45 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 212 | 11 | 0.28 | 0 | 0.95 | 0.17 | 77.61 | 0.9 | 0.44 |
| Hex | 99 | D4 | B | 1C | 0 | 5F | 11 | 4E | 5A | 2C |
| Octal | 231 | 324 | 13 | 34 | 0 | 137 | 21 | 116 | 132 | 54 |
| Binary | 10011001 | 11010100 | 1011 | 11100 | 0 | 1011111 | 10001 | 1001110 | 1011010 | 101100 |
Color Harmonies of #99D40B
Complementary color
Monochromatic Colors of #99D40B
Black with #99D40B
Text Example
Text Example
White with #99D40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D40B; }
p { color: rgb(153,212,11); }
H1.HeaderClassName
{
color: #99D40B;
}
.AnyTagClassName
{
color: #99D40B;
}
</style>
background-color css
<style>
a { background-color: #99D40B; }
a { background-color: rgb(153,212,11); }
div.DivClassName
{
background-color: #99D40B;
}
.BgClassName
{
background-color: #99D40B;
}
</style>
border-color css
<style>
span { border-color: #99D40B; }
span { border-color: rgb(153,212,11); }
td.TdClassName
{
border-color: #99D40B;
}
.TagClassName
{
border-color: #99D40B;
}
</style>