Shades of Yellow Green #96C121
Tints of Yellow Green #96C121
RGB
CMYK
RGB Variations
Color information
#96C121 (or 0x96C121) is known color: Yellow Green. HEX triplet: 96, C1 and 21. RGB value is (150,193,33). Sum of RGB (Red+Green+Blue) = 150+193+33=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 193 (75.78% from 255 or 51.33% from 376); Blue value is 33 (13.28% from 255 or 8.78% from 376); Max value from RGB is 193 - color contains mainly: green. Hex color #96C121 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C121 is #693EDE. Grayscale: #A2A2A2. Windows color (decimal): -6897375 or 2212246. OLE color: 2212246.
HSL color Cylindrical-coordinate representation of color #96C121: hue angle of 76.12º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #96C121 is Cyan = 0.22, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 193 | 33 | - |
| CMYK | 0.22 | 0 | 0.83 | 0.24 |
| HSL | 76.13º | 0.71% | 0.44% | - |
| HSV(B) | 76.13º | 0.83% | 0.76% | - |
| XYZ | 31.92 | 44.73 | 8.39 | - |
| YUV | 161.9 | 55.25 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 193 | 33 | 0.22 | 0 | 0.83 | 0.24 | 76.13 | 0.71 | 0.44 |
| Hex | 96 | C1 | 21 | 16 | 0 | 53 | 18 | 4C | 47 | 2C |
| Octal | 226 | 301 | 41 | 26 | 0 | 123 | 30 | 114 | 107 | 54 |
| Binary | 10010110 | 11000001 | 100001 | 10110 | 0 | 1010011 | 11000 | 1001100 | 1000111 | 101100 |
Color Harmonies of #96C121
Complementary color
Monochromatic Colors of #96C121
Black with #96C121
Text Example
Text Example
White with #96C121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C121; }
p { color: rgb(150,193,33); }
H1.HeaderClassName
{
color: #96C121;
}
.AnyTagClassName
{
color: #96C121;
}
</style>
background-color css
<style>
a { background-color: #96C121; }
a { background-color: rgb(150,193,33); }
div.DivClassName
{
background-color: #96C121;
}
.BgClassName
{
background-color: #96C121;
}
</style>
border-color css
<style>
span { border-color: #96C121; }
span { border-color: rgb(150,193,33); }
td.TdClassName
{
border-color: #96C121;
}
.TagClassName
{
border-color: #96C121;
}
</style>