Shades of Inch Worm #99D512
Tints of Inch Worm #99D512
RGB
CMYK
RGB Variations
Color information
#99D512 (or 0x99D512) is known color: Inch Worm. HEX triplet: 99, D5 and 12. RGB value is (153,213,18). Sum of RGB (Red+Green+Blue) = 153+213+18=384 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.84% from 384); Green value is 213 (83.59% from 255 or 55.47% from 384); Blue value is 18 (7.42% from 255 or 4.69% from 384); Max value from RGB is 213 - color contains mainly: green. Hex color #99D512 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99D512 is #662AED. Grayscale: #ADADAD. Windows color (decimal): -6695662 or 1234329. OLE color: 1234329.
HSL color Cylindrical-coordinate representation of color #99D512: hue angle of 78.46º degrees, saturation: 0.84, 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 #99D512 is Cyan = 0.28, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 213 | 18 | - |
| CMYK | 0.28 | 0 | 0.92 | 0.16 |
| HSL | 78.46º | 0.84% | 0.45% | - |
| HSV(B) | 78.46º | 0.92% | 0.84% | - |
| XYZ | 37.04 | 54.4 | 9.12 | - |
| YUV | 172.83 | 40.62 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 213 | 18 | 0.28 | 0 | 0.92 | 0.16 | 78.46 | 0.84 | 0.45 |
| Hex | 99 | D5 | 12 | 1C | 0 | 5C | 10 | 4E | 54 | 2D |
| Octal | 231 | 325 | 22 | 34 | 0 | 134 | 20 | 116 | 124 | 55 |
| Binary | 10011001 | 11010101 | 10010 | 11100 | 0 | 1011100 | 10000 | 1001110 | 1010100 | 101101 |
Color Harmonies of #99D512
Complementary color
Monochromatic Colors of #99D512
Black with #99D512
Text Example
Text Example
White with #99D512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D512; }
p { color: rgb(153,213,18); }
H1.HeaderClassName
{
color: #99D512;
}
.AnyTagClassName
{
color: #99D512;
}
</style>
background-color css
<style>
a { background-color: #99D512; }
a { background-color: rgb(153,213,18); }
div.DivClassName
{
background-color: #99D512;
}
.BgClassName
{
background-color: #99D512;
}
</style>
border-color css
<style>
span { border-color: #99D512; }
span { border-color: rgb(153,213,18); }
td.TdClassName
{
border-color: #99D512;
}
.TagClassName
{
border-color: #99D512;
}
</style>