Shades of Yellow Green #96C52C
Tints of Yellow Green #96C52C
RGB
CMYK
RGB Variations
Color information
#96C52C (or 0x96C52C) is known color: Yellow Green. HEX triplet: 96, C5 and 2C. RGB value is (150,197,44). Sum of RGB (Red+Green+Blue) = 150+197+44=391 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.36% from 391); Green value is 197 (77.34% from 255 or 50.38% from 391); Blue value is 44 (17.58% from 255 or 11.25% from 391); Max value from RGB is 197 - color contains mainly: green. Hex color #96C52C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C52C is #693AD3. Grayscale: #A6A6A6. Windows color (decimal): -6896340 or 2934166. OLE color: 2934166.
HSL color Cylindrical-coordinate representation of color #96C52C: hue angle of 78.43º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #96C52C is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 150 | 197 | 44 | - |
| CMYK | 0.24 | 0 | 0.78 | 0.23 |
| HSL | 78.43º | 0.63% | 0.47% | - |
| HSV(B) | 78.43º | 0.78% | 0.77% | - |
| XYZ | 33 | 46.6 | 9.64 | - |
| YUV | 165.51 | 59.43 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 197 | 44 | 0.24 | 0 | 0.78 | 0.23 | 78.43 | 0.63 | 0.47 |
| Hex | 96 | C5 | 2C | 18 | 0 | 4E | 17 | 4E | 3F | 2F |
| Octal | 226 | 305 | 54 | 30 | 0 | 116 | 27 | 116 | 77 | 57 |
| Binary | 10010110 | 11000101 | 101100 | 11000 | 0 | 1001110 | 10111 | 1001110 | 111111 | 101111 |
Color Harmonies of #96C52C
Complementary color
Monochromatic Colors of #96C52C
Black with #96C52C
Text Example
Text Example
White with #96C52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C52C; }
p { color: rgb(150,197,44); }
H1.HeaderClassName
{
color: #96C52C;
}
.AnyTagClassName
{
color: #96C52C;
}
</style>
background-color css
<style>
a { background-color: #96C52C; }
a { background-color: rgb(150,197,44); }
div.DivClassName
{
background-color: #96C52C;
}
.BgClassName
{
background-color: #96C52C;
}
</style>
border-color css
<style>
span { border-color: #96C52C; }
span { border-color: rgb(150,197,44); }
td.TdClassName
{
border-color: #96C52C;
}
.TagClassName
{
border-color: #96C52C;
}
</style>