Shades of Yellow Green #96D532
Tints of Yellow Green #96D532
RGB
CMYK
RGB Variations
Color information
#96D532 (or 0x96D532) is known color: Yellow Green. HEX triplet: 96, D5 and 32. RGB value is (150,213,50). Sum of RGB (Red+Green+Blue) = 150+213+50=413 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.32% from 413); Green value is 213 (83.59% from 255 or 51.57% from 413); Blue value is 50 (19.92% from 255 or 12.11% from 413); Max value from RGB is 213 - color contains mainly: green. Hex color #96D532 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96D532 is #692ACD. Grayscale: #B0B0B0. Windows color (decimal): -6892238 or 3331478. OLE color: 3331478.
HSL color Cylindrical-coordinate representation of color #96D532: hue angle of 83.19º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #96D532 is Cyan = 0.30, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 213 | 50 | - |
| CMYK | 0.30 | 0 | 0.77 | 0.16 |
| HSL | 83.19º | 0.66% | 0.52% | - |
| HSV(B) | 83.19º | 0.77% | 0.84% | - |
| XYZ | 36.95 | 54.3 | 11.55 | - |
| YUV | 175.58 | 57.13 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 213 | 50 | 0.30 | 0 | 0.77 | 0.16 | 83.19 | 0.66 | 0.52 |
| Hex | 96 | D5 | 32 | 1E | 0 | 4D | 10 | 53 | 42 | 34 |
| Octal | 226 | 325 | 62 | 36 | 0 | 115 | 20 | 123 | 102 | 64 |
| Binary | 10010110 | 11010101 | 110010 | 11110 | 0 | 1001101 | 10000 | 1010011 | 1000010 | 110100 |
Color Harmonies of #96D532
Complementary color
Monochromatic Colors of #96D532
Black with #96D532
Text Example
Text Example
White with #96D532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D532; }
p { color: rgb(150,213,50); }
H1.HeaderClassName
{
color: #96D532;
}
.AnyTagClassName
{
color: #96D532;
}
</style>
background-color css
<style>
a { background-color: #96D532; }
a { background-color: rgb(150,213,50); }
div.DivClassName
{
background-color: #96D532;
}
.BgClassName
{
background-color: #96D532;
}
</style>
border-color css
<style>
span { border-color: #96D532; }
span { border-color: rgb(150,213,50); }
td.TdClassName
{
border-color: #96D532;
}
.TagClassName
{
border-color: #96D532;
}
</style>