Shades of Inch Worm #96E50C
Tints of Inch Worm #96E50C
RGB
CMYK
RGB Variations
Color information
#96E50C (or 0x96E50C) is known color: Inch Worm. HEX triplet: 96, E5 and 0C. RGB value is (150,229,12). Sum of RGB (Red+Green+Blue) = 150+229+12=391 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.36% from 391); Green value is 229 (89.84% from 255 or 58.57% from 391); Blue value is 12 (5.08% from 255 or 3.07% from 391); Max value from RGB is 229 - color contains mainly: green. Hex color #96E50C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96E50C is #691AF3. Grayscale: #B5B5B5. Windows color (decimal): -6888180 or 845206. OLE color: 845206.
HSL color Cylindrical-coordinate representation of color #96E50C: hue angle of 81.84º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #96E50C is Cyan = 0.34, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 150 | 229 | 12 | - |
| CMYK | 0.34 | 0 | 0.95 | 0.10 |
| HSL | 81.84º | 0.9% | 0.47% | - |
| HSV(B) | 81.84º | 0.95% | 0.9% | - |
| XYZ | 40.66 | 62.55 | 10.28 | - |
| YUV | 180.64 | 32.83 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 229 | 12 | 0.34 | 0 | 0.95 | 0.10 | 81.84 | 0.9 | 0.47 |
| Hex | 96 | E5 | C | 22 | 0 | 5F | A | 52 | 5A | 2F |
| Octal | 226 | 345 | 14 | 42 | 0 | 137 | 12 | 122 | 132 | 57 |
| Binary | 10010110 | 11100101 | 1100 | 100010 | 0 | 1011111 | 1010 | 1010010 | 1011010 | 101111 |
Color Harmonies of #96E50C
Complementary color
Monochromatic Colors of #96E50C
Black with #96E50C
Text Example
Text Example
White with #96E50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E50C; }
p { color: rgb(150,229,12); }
H1.HeaderClassName
{
color: #96E50C;
}
.AnyTagClassName
{
color: #96E50C;
}
</style>
background-color css
<style>
a { background-color: #96E50C; }
a { background-color: rgb(150,229,12); }
div.DivClassName
{
background-color: #96E50C;
}
.BgClassName
{
background-color: #96E50C;
}
</style>
border-color css
<style>
span { border-color: #96E50C; }
span { border-color: rgb(150,229,12); }
td.TdClassName
{
border-color: #96E50C;
}
.TagClassName
{
border-color: #96E50C;
}
</style>