Shades of Yellow Green #96CE32
Tints of Yellow Green #96CE32
RGB
CMYK
RGB Variations
Color information
#96CE32 (or 0x96CE32) is known color: Yellow Green. HEX triplet: 96, CE and 32. RGB value is (150,206,50). Sum of RGB (Red+Green+Blue) = 150+206+50=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 206 (80.86% from 255 or 50.74% from 406); Blue value is 50 (19.92% from 255 or 12.32% from 406); Max value from RGB is 206 - color contains mainly: green. Hex color #96CE32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96CE32 is #6931CD. Grayscale: #ACACAC. Windows color (decimal): -6894030 or 3329686. OLE color: 3329686.
HSL color Cylindrical-coordinate representation of color #96CE32: hue angle of 81.54º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #96CE32 is Cyan = 0.27, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 206 | 50 | - |
| CMYK | 0.27 | 0 | 0.76 | 0.19 |
| HSL | 81.54º | 0.61% | 0.5% | - |
| HSV(B) | 81.54º | 0.76% | 0.81% | - |
| XYZ | 35.22 | 50.86 | 10.98 | - |
| YUV | 171.47 | 59.45 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 206 | 50 | 0.27 | 0 | 0.76 | 0.19 | 81.54 | 0.61 | 0.5 |
| Hex | 96 | CE | 32 | 1B | 0 | 4C | 13 | 52 | 3D | 32 |
| Octal | 226 | 316 | 62 | 33 | 0 | 114 | 23 | 122 | 75 | 62 |
| Binary | 10010110 | 11001110 | 110010 | 11011 | 0 | 1001100 | 10011 | 1010010 | 111101 | 110010 |
Color Harmonies of #96CE32
Complementary color
Monochromatic Colors of #96CE32
Black with #96CE32
Text Example
Text Example
White with #96CE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CE32; }
p { color: rgb(150,206,50); }
H1.HeaderClassName
{
color: #96CE32;
}
.AnyTagClassName
{
color: #96CE32;
}
</style>
background-color css
<style>
a { background-color: #96CE32; }
a { background-color: rgb(150,206,50); }
div.DivClassName
{
background-color: #96CE32;
}
.BgClassName
{
background-color: #96CE32;
}
</style>
border-color css
<style>
span { border-color: #96CE32; }
span { border-color: rgb(150,206,50); }
td.TdClassName
{
border-color: #96CE32;
}
.TagClassName
{
border-color: #96CE32;
}
</style>