Shades of Yellow Green #96C52F
Tints of Yellow Green #96C52F
RGB
CMYK
RGB Variations
Color information
#96C52F (or 0x96C52F) is known color: Yellow Green. HEX triplet: 96, C5 and 2F. RGB value is (150,197,47). Sum of RGB (Red+Green+Blue) = 150+197+47=394 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.07% from 394); Green value is 197 (77.34% from 255 or 50% from 394); Blue value is 47 (18.75% from 255 or 11.93% from 394); Max value from RGB is 197 - color contains mainly: green. Hex color #96C52F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C52F is #693AD0. Grayscale: #A6A6A6. Windows color (decimal): -6896337 or 3130774. OLE color: 3130774.
HSL color Cylindrical-coordinate representation of color #96C52F: hue angle of 78.8º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #96C52F is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 150 | 197 | 47 | - |
| CMYK | 0.24 | 0 | 0.76 | 0.23 |
| HSL | 78.8º | 0.61% | 0.48% | - |
| HSV(B) | 78.8º | 0.76% | 0.77% | - |
| XYZ | 33.06 | 46.62 | 9.95 | - |
| YUV | 165.85 | 60.93 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 197 | 47 | 0.24 | 0 | 0.76 | 0.23 | 78.8 | 0.61 | 0.48 |
| Hex | 96 | C5 | 2F | 18 | 0 | 4C | 17 | 4F | 3D | 30 |
| Octal | 226 | 305 | 57 | 30 | 0 | 114 | 27 | 117 | 75 | 60 |
| Binary | 10010110 | 11000101 | 101111 | 11000 | 0 | 1001100 | 10111 | 1001111 | 111101 | 110000 |
Color Harmonies of #96C52F
Complementary color
Monochromatic Colors of #96C52F
Black with #96C52F
Text Example
Text Example
White with #96C52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C52F; }
p { color: rgb(150,197,47); }
H1.HeaderClassName
{
color: #96C52F;
}
.AnyTagClassName
{
color: #96C52F;
}
</style>
background-color css
<style>
a { background-color: #96C52F; }
a { background-color: rgb(150,197,47); }
div.DivClassName
{
background-color: #96C52F;
}
.BgClassName
{
background-color: #96C52F;
}
</style>
border-color css
<style>
span { border-color: #96C52F; }
span { border-color: rgb(150,197,47); }
td.TdClassName
{
border-color: #96C52F;
}
.TagClassName
{
border-color: #96C52F;
}
</style>