Shades of Yellow Green #96C524
Tints of Yellow Green #96C524
RGB
CMYK
RGB Variations
Color information
#96C524 (or 0x96C524) is known color: Yellow Green. HEX triplet: 96, C5 and 24. RGB value is (150,197,36). Sum of RGB (Red+Green+Blue) = 150+197+36=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 197 (77.34% from 255 or 51.44% from 383); Blue value is 36 (14.45% from 255 or 9.40% from 383); Max value from RGB is 197 - color contains mainly: green. Hex color #96C524 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C524 is #693ADB. Grayscale: #A5A5A5. Windows color (decimal): -6896348 or 2409878. OLE color: 2409878.
HSL color Cylindrical-coordinate representation of color #96C524: hue angle of 77.52º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #96C524 is Cyan = 0.24, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 150 | 197 | 36 | - |
| CMYK | 0.24 | 0 | 0.82 | 0.23 |
| HSL | 77.52º | 0.69% | 0.46% | - |
| HSV(B) | 77.52º | 0.82% | 0.77% | - |
| XYZ | 32.86 | 46.54 | 8.92 | - |
| YUV | 164.59 | 55.43 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 197 | 36 | 0.24 | 0 | 0.82 | 0.23 | 77.52 | 0.69 | 0.46 |
| Hex | 96 | C5 | 24 | 18 | 0 | 52 | 17 | 4E | 45 | 2E |
| Octal | 226 | 305 | 44 | 30 | 0 | 122 | 27 | 116 | 105 | 56 |
| Binary | 10010110 | 11000101 | 100100 | 11000 | 0 | 1010010 | 10111 | 1001110 | 1000101 | 101110 |
Color Harmonies of #96C524
Complementary color
Monochromatic Colors of #96C524
Black with #96C524
Text Example
Text Example
White with #96C524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C524; }
p { color: rgb(150,197,36); }
H1.HeaderClassName
{
color: #96C524;
}
.AnyTagClassName
{
color: #96C524;
}
</style>
background-color css
<style>
a { background-color: #96C524; }
a { background-color: rgb(150,197,36); }
div.DivClassName
{
background-color: #96C524;
}
.BgClassName
{
background-color: #96C524;
}
</style>
border-color css
<style>
span { border-color: #96C524; }
span { border-color: rgb(150,197,36); }
td.TdClassName
{
border-color: #96C524;
}
.TagClassName
{
border-color: #96C524;
}
</style>