Shades of Yellow Green #96D32D
Tints of Yellow Green #96D32D
RGB
CMYK
RGB Variations
Color information
#96D32D (or 0x96D32D) is known color: Yellow Green. HEX triplet: 96, D3 and 2D. RGB value is (150,211,45). Sum of RGB (Red+Green+Blue) = 150+211+45=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 211 (82.81% from 255 or 51.97% from 406); Blue value is 45 (17.97% from 255 or 11.08% from 406); Max value from RGB is 211 - color contains mainly: green. Hex color #96D32D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96D32D is #692CD2. Grayscale: #AEAEAE. Windows color (decimal): -6892755 or 3003286. OLE color: 3003286.
HSL color Cylindrical-coordinate representation of color #96D32D: hue angle of 82.05º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #96D32D is Cyan = 0.29, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 150 | 211 | 45 | - |
| CMYK | 0.29 | 0 | 0.79 | 0.17 |
| HSL | 82.05º | 0.65% | 0.5% | - |
| HSV(B) | 82.05º | 0.79% | 0.83% | - |
| XYZ | 36.35 | 53.26 | 10.85 | - |
| YUV | 173.84 | 55.29 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 211 | 45 | 0.29 | 0 | 0.79 | 0.17 | 82.05 | 0.65 | 0.5 |
| Hex | 96 | D3 | 2D | 1D | 0 | 4F | 11 | 52 | 41 | 32 |
| Octal | 226 | 323 | 55 | 35 | 0 | 117 | 21 | 122 | 101 | 62 |
| Binary | 10010110 | 11010011 | 101101 | 11101 | 0 | 1001111 | 10001 | 1010010 | 1000001 | 110010 |
Color Harmonies of #96D32D
Complementary color
Monochromatic Colors of #96D32D
Black with #96D32D
Text Example
Text Example
White with #96D32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D32D; }
p { color: rgb(150,211,45); }
H1.HeaderClassName
{
color: #96D32D;
}
.AnyTagClassName
{
color: #96D32D;
}
</style>
background-color css
<style>
a { background-color: #96D32D; }
a { background-color: rgb(150,211,45); }
div.DivClassName
{
background-color: #96D32D;
}
.BgClassName
{
background-color: #96D32D;
}
</style>
border-color css
<style>
span { border-color: #96D32D; }
span { border-color: rgb(150,211,45); }
td.TdClassName
{
border-color: #96D32D;
}
.TagClassName
{
border-color: #96D32D;
}
</style>