Shades of Yellow Green #96C52B
Tints of Yellow Green #96C52B
RGB
CMYK
RGB Variations
Color information
#96C52B (or 0x96C52B) is known color: Yellow Green. HEX triplet: 96, C5 and 2B. RGB value is (150,197,43). Sum of RGB (Red+Green+Blue) = 150+197+43=390 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.46% from 390); Green value is 197 (77.34% from 255 or 50.51% from 390); Blue value is 43 (17.19% from 255 or 11.03% from 390); Max value from RGB is 197 - color contains mainly: green. Hex color #96C52B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C52B is #693AD4. Grayscale: #A5A5A5. Windows color (decimal): -6896341 or 2868630. OLE color: 2868630.
HSL color Cylindrical-coordinate representation of color #96C52B: hue angle of 78.31º degrees, saturation: 0.64, 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 #96C52B is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 150 | 197 | 43 | - |
| CMYK | 0.24 | 0 | 0.78 | 0.23 |
| HSL | 78.31º | 0.64% | 0.47% | - |
| HSV(B) | 78.31º | 0.78% | 0.77% | - |
| XYZ | 32.98 | 46.59 | 9.54 | - |
| YUV | 165.39 | 58.93 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 197 | 43 | 0.24 | 0 | 0.78 | 0.23 | 78.31 | 0.64 | 0.47 |
| Hex | 96 | C5 | 2B | 18 | 0 | 4E | 17 | 4E | 40 | 2F |
| Octal | 226 | 305 | 53 | 30 | 0 | 116 | 27 | 116 | 100 | 57 |
| Binary | 10010110 | 11000101 | 101011 | 11000 | 0 | 1001110 | 10111 | 1001110 | 1000000 | 101111 |
Color Harmonies of #96C52B
Complementary color
Monochromatic Colors of #96C52B
Black with #96C52B
Text Example
Text Example
White with #96C52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C52B; }
p { color: rgb(150,197,43); }
H1.HeaderClassName
{
color: #96C52B;
}
.AnyTagClassName
{
color: #96C52B;
}
</style>
background-color css
<style>
a { background-color: #96C52B; }
a { background-color: rgb(150,197,43); }
div.DivClassName
{
background-color: #96C52B;
}
.BgClassName
{
background-color: #96C52B;
}
</style>
border-color css
<style>
span { border-color: #96C52B; }
span { border-color: rgb(150,197,43); }
td.TdClassName
{
border-color: #96C52B;
}
.TagClassName
{
border-color: #96C52B;
}
</style>