Shades of Yellow Green #96D522
Tints of Yellow Green #96D522
RGB
CMYK
RGB Variations
Color information
#96D522 (or 0x96D522) is known color: Yellow Green. HEX triplet: 96, D5 and 22. RGB value is (150,213,34). Sum of RGB (Red+Green+Blue) = 150+213+34=397 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.78% from 397); Green value is 213 (83.59% from 255 or 53.65% from 397); Blue value is 34 (13.67% from 255 or 8.56% from 397); Max value from RGB is 213 - color contains mainly: green. Hex color #96D522 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96D522 is #692ADD. Grayscale: #AEAEAE. Windows color (decimal): -6892254 or 2282902. OLE color: 2282902.
HSL color Cylindrical-coordinate representation of color #96D522: hue angle of 81.12º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #96D522 is Cyan = 0.30, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 213 | 34 | - |
| CMYK | 0.30 | 0 | 0.84 | 0.16 |
| HSL | 81.12º | 0.72% | 0.48% | - |
| HSV(B) | 81.12º | 0.84% | 0.84% | - |
| XYZ | 36.66 | 54.19 | 10.04 | - |
| YUV | 173.76 | 49.13 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 213 | 34 | 0.30 | 0 | 0.84 | 0.16 | 81.12 | 0.72 | 0.48 |
| Hex | 96 | D5 | 22 | 1E | 0 | 54 | 10 | 51 | 48 | 30 |
| Octal | 226 | 325 | 42 | 36 | 0 | 124 | 20 | 121 | 110 | 60 |
| Binary | 10010110 | 11010101 | 100010 | 11110 | 0 | 1010100 | 10000 | 1010001 | 1001000 | 110000 |
Color Harmonies of #96D522
Complementary color
Monochromatic Colors of #96D522
Black with #96D522
Text Example
Text Example
White with #96D522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D522; }
p { color: rgb(150,213,34); }
H1.HeaderClassName
{
color: #96D522;
}
.AnyTagClassName
{
color: #96D522;
}
</style>
background-color css
<style>
a { background-color: #96D522; }
a { background-color: rgb(150,213,34); }
div.DivClassName
{
background-color: #96D522;
}
.BgClassName
{
background-color: #96D522;
}
</style>
border-color css
<style>
span { border-color: #96D522; }
span { border-color: rgb(150,213,34); }
td.TdClassName
{
border-color: #96D522;
}
.TagClassName
{
border-color: #96D522;
}
</style>