Shades of Yellow Green #96E224
Tints of Yellow Green #96E224
RGB
CMYK
RGB Variations
Color information
#96E224 (or 0x96E224) is known color: Yellow Green. HEX triplet: 96, E2 and 24. RGB value is (150,226,36). Sum of RGB (Red+Green+Blue) = 150+226+36=412 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.41% from 412); Green value is 226 (88.67% from 255 or 54.85% from 412); Blue value is 36 (14.45% from 255 or 8.74% from 412); Max value from RGB is 226 - color contains mainly: green. Hex color #96E224 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96E224 is #691DDB. Grayscale: #B6B6B6. Windows color (decimal): -6888924 or 2417302. OLE color: 2417302.
HSL color Cylindrical-coordinate representation of color #96E224: hue angle of 84º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #96E224 is Cyan = 0.34, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 150 | 226 | 36 | - |
| CMYK | 0.34 | 0 | 0.84 | 0.11 |
| HSL | 84º | 0.77% | 0.51% | - |
| HSV(B) | 84º | 0.84% | 0.89% | - |
| XYZ | 40.09 | 61 | 11.33 | - |
| YUV | 181.62 | 45.82 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 226 | 36 | 0.34 | 0 | 0.84 | 0.11 | 84 | 0.77 | 0.51 |
| Hex | 96 | E2 | 24 | 22 | 0 | 54 | B | 54 | 4D | 33 |
| Octal | 226 | 342 | 44 | 42 | 0 | 124 | 13 | 124 | 115 | 63 |
| Binary | 10010110 | 11100010 | 100100 | 100010 | 0 | 1010100 | 1011 | 1010100 | 1001101 | 110011 |
Color Harmonies of #96E224
Complementary color
Monochromatic Colors of #96E224
Black with #96E224
Text Example
Text Example
White with #96E224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E224; }
p { color: rgb(150,226,36); }
H1.HeaderClassName
{
color: #96E224;
}
.AnyTagClassName
{
color: #96E224;
}
</style>
background-color css
<style>
a { background-color: #96E224; }
a { background-color: rgb(150,226,36); }
div.DivClassName
{
background-color: #96E224;
}
.BgClassName
{
background-color: #96E224;
}
</style>
border-color css
<style>
span { border-color: #96E224; }
span { border-color: rgb(150,226,36); }
td.TdClassName
{
border-color: #96E224;
}
.TagClassName
{
border-color: #96E224;
}
</style>