Shades of Yellow Green #96C32D
Tints of Yellow Green #96C32D
RGB
CMYK
RGB Variations
Color information
#96C32D (or 0x96C32D) is known color: Yellow Green. HEX triplet: 96, C3 and 2D. RGB value is (150,195,45). Sum of RGB (Red+Green+Blue) = 150+195+45=390 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.46% from 390); Green value is 195 (76.56% from 255 or 50% from 390); Blue value is 45 (17.97% from 255 or 11.54% from 390); Max value from RGB is 195 - color contains mainly: green. Hex color #96C32D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C32D is #693CD2. Grayscale: #A5A5A5. Windows color (decimal): -6896851 or 2999190. OLE color: 2999190.
HSL color Cylindrical-coordinate representation of color #96C32D: hue angle of 78º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #96C32D is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 195 | 45 | - |
| CMYK | 0.23 | 0 | 0.77 | 0.24 |
| HSL | 78º | 0.63% | 0.47% | - |
| HSV(B) | 78º | 0.77% | 0.76% | - |
| XYZ | 32.57 | 45.7 | 9.59 | - |
| YUV | 164.45 | 60.59 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 195 | 45 | 0.23 | 0 | 0.77 | 0.24 | 78 | 0.63 | 0.47 |
| Hex | 96 | C3 | 2D | 17 | 0 | 4D | 18 | 4E | 3E | 2F |
| Octal | 226 | 303 | 55 | 27 | 0 | 115 | 30 | 116 | 76 | 57 |
| Binary | 10010110 | 11000011 | 101101 | 10111 | 0 | 1001101 | 11000 | 1001110 | 111110 | 101111 |
Color Harmonies of #96C32D
Complementary color
Monochromatic Colors of #96C32D
Black with #96C32D
Text Example
Text Example
White with #96C32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C32D; }
p { color: rgb(150,195,45); }
H1.HeaderClassName
{
color: #96C32D;
}
.AnyTagClassName
{
color: #96C32D;
}
</style>
background-color css
<style>
a { background-color: #96C32D; }
a { background-color: rgb(150,195,45); }
div.DivClassName
{
background-color: #96C32D;
}
.BgClassName
{
background-color: #96C32D;
}
</style>
border-color css
<style>
span { border-color: #96C32D; }
span { border-color: rgb(150,195,45); }
td.TdClassName
{
border-color: #96C32D;
}
.TagClassName
{
border-color: #96C32D;
}
</style>