Shades of Inch Worm #99D502
Tints of Inch Worm #99D502
RGB
CMYK
RGB Variations
Color information
#99D502 (or 0x99D502) is known color: Inch Worm. HEX triplet: 99, D5 and 02. RGB value is (153,213,2). Sum of RGB (Red+Green+Blue) = 153+213+2=368 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.58% from 368); Green value is 213 (83.59% from 255 or 57.88% from 368); Blue value is 2 (1.17% from 255 or 0.54% from 368); Max value from RGB is 213 - color contains mainly: green. Hex color #99D502 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99D502 is #662AFD. Grayscale: #ABABAB. Windows color (decimal): -6695678 or 185753. OLE color: 185753.
HSL color Cylindrical-coordinate representation of color #99D502: hue angle of 77.06º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #99D502 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 213 | 2 | - |
| CMYK | 0.28 | 0 | 0.99 | 0.16 |
| HSL | 77.06º | 0.98% | 0.42% | - |
| HSV(B) | 77.06º | 0.99% | 0.84% | - |
| XYZ | 36.94 | 54.37 | 8.6 | - |
| YUV | 171.01 | 32.62 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 213 | 2 | 0.28 | 0 | 0.99 | 0.16 | 77.06 | 0.98 | 0.42 |
| Hex | 99 | D5 | 2 | 1C | 0 | 63 | 10 | 4D | 62 | 2A |
| Octal | 231 | 325 | 2 | 34 | 0 | 143 | 20 | 115 | 142 | 52 |
| Binary | 10011001 | 11010101 | 10 | 11100 | 0 | 1100011 | 10000 | 1001101 | 1100010 | 101010 |
Color Harmonies of #99D502
Complementary color
Monochromatic Colors of #99D502
Black with #99D502
Text Example
Text Example
White with #99D502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D502; }
p { color: rgb(153,213,2); }
H1.HeaderClassName
{
color: #99D502;
}
.AnyTagClassName
{
color: #99D502;
}
</style>
background-color css
<style>
a { background-color: #99D502; }
a { background-color: rgb(153,213,2); }
div.DivClassName
{
background-color: #99D502;
}
.BgClassName
{
background-color: #99D502;
}
</style>
border-color css
<style>
span { border-color: #99D502; }
span { border-color: rgb(153,213,2); }
td.TdClassName
{
border-color: #99D502;
}
.TagClassName
{
border-color: #99D502;
}
</style>