Shades of Yellow Green #96D22C
Tints of Yellow Green #96D22C
RGB
CMYK
RGB Variations
Color information
#96D22C (or 0x96D22C) is known color: Yellow Green. HEX triplet: 96, D2 and 2C. RGB value is (150,210,44). Sum of RGB (Red+Green+Blue) = 150+210+44=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 210 (82.42% from 255 or 51.98% from 404); Blue value is 44 (17.58% from 255 or 10.89% from 404); Max value from RGB is 210 - color contains mainly: green. Hex color #96D22C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96D22C is #692DD3. Grayscale: #ADADAD. Windows color (decimal): -6893012 or 2937494. OLE color: 2937494.
HSL color Cylindrical-coordinate representation of color #96D22C: hue angle of 81.69º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #96D22C is Cyan = 0.29, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 210 | 44 | - |
| CMYK | 0.29 | 0 | 0.79 | 0.18 |
| HSL | 81.69º | 0.65% | 0.5% | - |
| HSV(B) | 81.69º | 0.79% | 0.82% | - |
| XYZ | 36.08 | 52.76 | 10.66 | - |
| YUV | 173.14 | 55.12 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 210 | 44 | 0.29 | 0 | 0.79 | 0.18 | 81.69 | 0.65 | 0.5 |
| Hex | 96 | D2 | 2C | 1D | 0 | 4F | 12 | 52 | 41 | 32 |
| Octal | 226 | 322 | 54 | 35 | 0 | 117 | 22 | 122 | 101 | 62 |
| Binary | 10010110 | 11010010 | 101100 | 11101 | 0 | 1001111 | 10010 | 1010010 | 1000001 | 110010 |
Color Harmonies of #96D22C
Complementary color
Monochromatic Colors of #96D22C
Black with #96D22C
Text Example
Text Example
White with #96D22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D22C; }
p { color: rgb(150,210,44); }
H1.HeaderClassName
{
color: #96D22C;
}
.AnyTagClassName
{
color: #96D22C;
}
</style>
background-color css
<style>
a { background-color: #96D22C; }
a { background-color: rgb(150,210,44); }
div.DivClassName
{
background-color: #96D22C;
}
.BgClassName
{
background-color: #96D22C;
}
</style>
border-color css
<style>
span { border-color: #96D22C; }
span { border-color: rgb(150,210,44); }
td.TdClassName
{
border-color: #96D22C;
}
.TagClassName
{
border-color: #96D22C;
}
</style>