Shades of Inch Worm #99D513
Tints of Inch Worm #99D513
RGB
CMYK
RGB Variations
Color information
#99D513 (or 0x99D513) is known color: Inch Worm. HEX triplet: 99, D5 and 13. RGB value is (153,213,19). Sum of RGB (Red+Green+Blue) = 153+213+19=385 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.74% from 385); Green value is 213 (83.59% from 255 or 55.32% from 385); Blue value is 19 (7.81% from 255 or 4.94% from 385); Max value from RGB is 213 - color contains mainly: green. Hex color #99D513 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99D513 is #662AEC. Grayscale: #ADADAD. Windows color (decimal): -6695661 or 1299865. OLE color: 1299865.
HSL color Cylindrical-coordinate representation of color #99D513: hue angle of 78.56º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #99D513 is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 213 | 19 | - |
| CMYK | 0.28 | 0 | 0.91 | 0.16 |
| HSL | 78.56º | 0.84% | 0.45% | - |
| HSV(B) | 78.56º | 0.91% | 0.84% | - |
| XYZ | 37.05 | 54.41 | 9.17 | - |
| YUV | 172.94 | 41.12 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 213 | 19 | 0.28 | 0 | 0.91 | 0.16 | 78.56 | 0.84 | 0.45 |
| Hex | 99 | D5 | 13 | 1C | 0 | 5B | 10 | 4F | 54 | 2D |
| Octal | 231 | 325 | 23 | 34 | 0 | 133 | 20 | 117 | 124 | 55 |
| Binary | 10011001 | 11010101 | 10011 | 11100 | 0 | 1011011 | 10000 | 1001111 | 1010100 | 101101 |
Color Harmonies of #99D513
Complementary color
Monochromatic Colors of #99D513
Black with #99D513
Text Example
Text Example
White with #99D513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D513; }
p { color: rgb(153,213,19); }
H1.HeaderClassName
{
color: #99D513;
}
.AnyTagClassName
{
color: #99D513;
}
</style>
background-color css
<style>
a { background-color: #99D513; }
a { background-color: rgb(153,213,19); }
div.DivClassName
{
background-color: #99D513;
}
.BgClassName
{
background-color: #99D513;
}
</style>
border-color css
<style>
span { border-color: #99D513; }
span { border-color: rgb(153,213,19); }
td.TdClassName
{
border-color: #99D513;
}
.TagClassName
{
border-color: #99D513;
}
</style>