Shades of Yellow Green #96E120
Tints of Yellow Green #96E120
RGB
CMYK
RGB Variations
Color information
#96E120 (or 0x96E120) is known color: Yellow Green. HEX triplet: 96, E1 and 20. RGB value is (150,225,32). Sum of RGB (Red+Green+Blue) = 150+225+32=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 225 (88.28% from 255 or 55.28% from 407); Blue value is 32 (12.89% from 255 or 7.86% from 407); Max value from RGB is 225 - color contains mainly: green. Hex color #96E120 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96E120 is #691EDF. Grayscale: #B5B5B5. Windows color (decimal): -6889184 or 2154902. OLE color: 2154902.
HSL color Cylindrical-coordinate representation of color #96E120: hue angle of 83.32º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #96E120 is Cyan = 0.33, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 150 | 225 | 32 | - |
| CMYK | 0.33 | 0 | 0.86 | 0.12 |
| HSL | 83.32º | 0.76% | 0.5% | - |
| HSV(B) | 83.32º | 0.86% | 0.88% | - |
| XYZ | 39.76 | 60.44 | 10.94 | - |
| YUV | 180.57 | 44.15 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 225 | 32 | 0.33 | 0 | 0.86 | 0.12 | 83.32 | 0.76 | 0.5 |
| Hex | 96 | E1 | 20 | 21 | 0 | 56 | C | 53 | 4C | 32 |
| Octal | 226 | 341 | 40 | 41 | 0 | 126 | 14 | 123 | 114 | 62 |
| Binary | 10010110 | 11100001 | 100000 | 100001 | 0 | 1010110 | 1100 | 1010011 | 1001100 | 110010 |
Color Harmonies of #96E120
Complementary color
Monochromatic Colors of #96E120
Black with #96E120
Text Example
Text Example
White with #96E120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E120; }
p { color: rgb(150,225,32); }
H1.HeaderClassName
{
color: #96E120;
}
.AnyTagClassName
{
color: #96E120;
}
</style>
background-color css
<style>
a { background-color: #96E120; }
a { background-color: rgb(150,225,32); }
div.DivClassName
{
background-color: #96E120;
}
.BgClassName
{
background-color: #96E120;
}
</style>
border-color css
<style>
span { border-color: #96E120; }
span { border-color: rgb(150,225,32); }
td.TdClassName
{
border-color: #96E120;
}
.TagClassName
{
border-color: #96E120;
}
</style>