Shades of Yellow Green #96E52C
Tints of Yellow Green #96E52C
RGB
CMYK
RGB Variations
Color information
#96E52C (or 0x96E52C) is known color: Yellow Green. HEX triplet: 96, E5 and 2C. RGB value is (150,229,44). Sum of RGB (Red+Green+Blue) = 150+229+44=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 229 (89.84% from 255 or 54.14% from 423); Blue value is 44 (17.58% from 255 or 10.40% from 423); Max value from RGB is 229 - color contains mainly: green. Hex color #96E52C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96E52C is #691AD3. Grayscale: #B8B8B8. Windows color (decimal): -6888148 or 2942358. OLE color: 2942358.
HSL color Cylindrical-coordinate representation of color #96E52C: hue angle of 85.62º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #96E52C is Cyan = 0.34, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 150 | 229 | 44 | - |
| CMYK | 0.34 | 0 | 0.81 | 0.10 |
| HSL | 85.62º | 0.78% | 0.54% | - |
| HSV(B) | 85.62º | 0.81% | 0.9% | - |
| XYZ | 41.05 | 62.7 | 12.32 | - |
| YUV | 184.29 | 48.83 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 229 | 44 | 0.34 | 0 | 0.81 | 0.10 | 85.62 | 0.78 | 0.54 |
| Hex | 96 | E5 | 2C | 22 | 0 | 51 | A | 56 | 4E | 36 |
| Octal | 226 | 345 | 54 | 42 | 0 | 121 | 12 | 126 | 116 | 66 |
| Binary | 10010110 | 11100101 | 101100 | 100010 | 0 | 1010001 | 1010 | 1010110 | 1001110 | 110110 |
Color Harmonies of #96E52C
Complementary color
Monochromatic Colors of #96E52C
Black with #96E52C
Text Example
Text Example
White with #96E52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E52C; }
p { color: rgb(150,229,44); }
H1.HeaderClassName
{
color: #96E52C;
}
.AnyTagClassName
{
color: #96E52C;
}
</style>
background-color css
<style>
a { background-color: #96E52C; }
a { background-color: rgb(150,229,44); }
div.DivClassName
{
background-color: #96E52C;
}
.BgClassName
{
background-color: #96E52C;
}
</style>
border-color css
<style>
span { border-color: #96E52C; }
span { border-color: rgb(150,229,44); }
td.TdClassName
{
border-color: #96E52C;
}
.TagClassName
{
border-color: #96E52C;
}
</style>