Shades of Inch Worm #96D502
Tints of Inch Worm #96D502
RGB
CMYK
RGB Variations
Color information
#96D502 (or 0x96D502) is known color: Inch Worm. HEX triplet: 96, D5 and 02. RGB value is (150,213,2). Sum of RGB (Red+Green+Blue) = 150+213+2=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 213 (83.59% from 255 or 58.36% from 365); Blue value is 2 (1.17% from 255 or 0.55% from 365); Max value from RGB is 213 - color contains mainly: green. Hex color #96D502 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96D502 is #692AFD. Grayscale: #AAAAAA. Windows color (decimal): -6892286 or 185750. OLE color: 185750.
HSL color Cylindrical-coordinate representation of color #96D502: hue angle of 77.91º 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 #96D502 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 213 | 2 | - |
| CMYK | 0.30 | 0 | 0.99 | 0.16 |
| HSL | 77.91º | 0.98% | 0.42% | - |
| HSV(B) | 77.91º | 0.99% | 0.84% | - |
| XYZ | 36.38 | 54.08 | 8.58 | - |
| YUV | 170.11 | 33.13 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 213 | 2 | 0.30 | 0 | 0.99 | 0.16 | 77.91 | 0.98 | 0.42 |
| Hex | 96 | D5 | 2 | 1E | 0 | 63 | 10 | 4E | 62 | 2A |
| Octal | 226 | 325 | 2 | 36 | 0 | 143 | 20 | 116 | 142 | 52 |
| Binary | 10010110 | 11010101 | 10 | 11110 | 0 | 1100011 | 10000 | 1001110 | 1100010 | 101010 |
Color Harmonies of #96D502
Complementary color
Monochromatic Colors of #96D502
Black with #96D502
Text Example
Text Example
White with #96D502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D502; }
p { color: rgb(150,213,2); }
H1.HeaderClassName
{
color: #96D502;
}
.AnyTagClassName
{
color: #96D502;
}
</style>
background-color css
<style>
a { background-color: #96D502; }
a { background-color: rgb(150,213,2); }
div.DivClassName
{
background-color: #96D502;
}
.BgClassName
{
background-color: #96D502;
}
</style>
border-color css
<style>
span { border-color: #96D502; }
span { border-color: rgb(150,213,2); }
td.TdClassName
{
border-color: #96D502;
}
.TagClassName
{
border-color: #96D502;
}
</style>