Shades of Inch Worm #96D514
Tints of Inch Worm #96D514
RGB
CMYK
RGB Variations
Color information
#96D514 (or 0x96D514) is known color: Inch Worm. HEX triplet: 96, D5 and 14. RGB value is (150,213,20). Sum of RGB (Red+Green+Blue) = 150+213+20=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 213 (83.59% from 255 or 55.61% from 383); Blue value is 20 (8.20% from 255 or 5.22% from 383); Max value from RGB is 213 - color contains mainly: green. Hex color #96D514 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96D514 is #692AEB. Grayscale: #ACACAC. Windows color (decimal): -6892268 or 1365398. OLE color: 1365398.
HSL color Cylindrical-coordinate representation of color #96D514: hue angle of 79.59º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #96D514 is Cyan = 0.30, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 213 | 20 | - |
| CMYK | 0.30 | 0 | 0.91 | 0.16 |
| HSL | 79.59º | 0.83% | 0.46% | - |
| HSV(B) | 79.59º | 0.91% | 0.84% | - |
| XYZ | 36.5 | 54.12 | 9.18 | - |
| YUV | 172.16 | 42.13 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 213 | 20 | 0.30 | 0 | 0.91 | 0.16 | 79.59 | 0.83 | 0.46 |
| Hex | 96 | D5 | 14 | 1E | 0 | 5B | 10 | 50 | 53 | 2E |
| Octal | 226 | 325 | 24 | 36 | 0 | 133 | 20 | 120 | 123 | 56 |
| Binary | 10010110 | 11010101 | 10100 | 11110 | 0 | 1011011 | 10000 | 1010000 | 1010011 | 101110 |
Color Harmonies of #96D514
Complementary color
Monochromatic Colors of #96D514
Black with #96D514
Text Example
Text Example
White with #96D514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D514; }
p { color: rgb(150,213,20); }
H1.HeaderClassName
{
color: #96D514;
}
.AnyTagClassName
{
color: #96D514;
}
</style>
background-color css
<style>
a { background-color: #96D514; }
a { background-color: rgb(150,213,20); }
div.DivClassName
{
background-color: #96D514;
}
.BgClassName
{
background-color: #96D514;
}
</style>
border-color css
<style>
span { border-color: #96D514; }
span { border-color: rgb(150,213,20); }
td.TdClassName
{
border-color: #96D514;
}
.TagClassName
{
border-color: #96D514;
}
</style>