Shades of Inch Worm #99D511
Tints of Inch Worm #99D511
RGB
CMYK
RGB Variations
Color information
#99D511 (or 0x99D511) is known color: Inch Worm. HEX triplet: 99, D5 and 11. RGB value is (153,213,17). Sum of RGB (Red+Green+Blue) = 153+213+17=383 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.95% from 383); Green value is 213 (83.59% from 255 or 55.61% from 383); Blue value is 17 (7.03% from 255 or 4.44% from 383); Max value from RGB is 213 - color contains mainly: green. Hex color #99D511 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99D511 is #662AEE. Grayscale: #ADADAD. Windows color (decimal): -6695663 or 1168793. OLE color: 1168793.
HSL color Cylindrical-coordinate representation of color #99D511: hue angle of 78.37º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99D511 is Cyan = 0.28, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 213 | 17 | - |
| CMYK | 0.28 | 0 | 0.92 | 0.16 |
| HSL | 78.37º | 0.85% | 0.45% | - |
| HSV(B) | 78.37º | 0.92% | 0.84% | - |
| XYZ | 37.03 | 54.4 | 9.08 | - |
| YUV | 172.72 | 40.12 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 213 | 17 | 0.28 | 0 | 0.92 | 0.16 | 78.37 | 0.85 | 0.45 |
| Hex | 99 | D5 | 11 | 1C | 0 | 5C | 10 | 4E | 55 | 2D |
| Octal | 231 | 325 | 21 | 34 | 0 | 134 | 20 | 116 | 125 | 55 |
| Binary | 10011001 | 11010101 | 10001 | 11100 | 0 | 1011100 | 10000 | 1001110 | 1010101 | 101101 |
Color Harmonies of #99D511
Complementary color
Monochromatic Colors of #99D511
Black with #99D511
Text Example
Text Example
White with #99D511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D511; }
p { color: rgb(153,213,17); }
H1.HeaderClassName
{
color: #99D511;
}
.AnyTagClassName
{
color: #99D511;
}
</style>
background-color css
<style>
a { background-color: #99D511; }
a { background-color: rgb(153,213,17); }
div.DivClassName
{
background-color: #99D511;
}
.BgClassName
{
background-color: #99D511;
}
</style>
border-color css
<style>
span { border-color: #99D511; }
span { border-color: rgb(153,213,17); }
td.TdClassName
{
border-color: #99D511;
}
.TagClassName
{
border-color: #99D511;
}
</style>