Shades of Green Yellow #96EC21
Tints of Green Yellow #96EC21
RGB
CMYK
RGB Variations
Color information
#96EC21 (or 0x96EC21) is known color: Green Yellow. HEX triplet: 96, EC and 21. RGB value is (150,236,33). Sum of RGB (Red+Green+Blue) = 150+236+33=419 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.80% from 419); Green value is 236 (92.58% from 255 or 56.32% from 419); Blue value is 33 (13.28% from 255 or 7.88% from 419); Max value from RGB is 236 - color contains mainly: green. Hex color #96EC21 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96EC21 is #6913DE. Grayscale: #BBBBBB. Windows color (decimal): -6886367 or 2223254. OLE color: 2223254.
HSL color Cylindrical-coordinate representation of color #96EC21: hue angle of 85.42º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #96EC21 is Cyan = 0.36, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 236 | 33 | - |
| CMYK | 0.36 | 0 | 0.86 | 0.07 |
| HSL | 85.42º | 0.84% | 0.53% | - |
| HSV(B) | 85.42º | 0.86% | 0.93% | - |
| XYZ | 42.85 | 66.58 | 12.03 | - |
| YUV | 187.14 | 41.01 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 236 | 33 | 0.36 | 0 | 0.86 | 0.07 | 85.42 | 0.84 | 0.53 |
| Hex | 96 | EC | 21 | 24 | 0 | 56 | 7 | 55 | 54 | 35 |
| Octal | 226 | 354 | 41 | 44 | 0 | 126 | 7 | 125 | 124 | 65 |
| Binary | 10010110 | 11101100 | 100001 | 100100 | 0 | 1010110 | 111 | 1010101 | 1010100 | 110101 |
Color Harmonies of #96EC21
Complementary color
Monochromatic Colors of #96EC21
Black with #96EC21
Text Example
Text Example
White with #96EC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EC21; }
p { color: rgb(150,236,33); }
H1.HeaderClassName
{
color: #96EC21;
}
.AnyTagClassName
{
color: #96EC21;
}
</style>
background-color css
<style>
a { background-color: #96EC21; }
a { background-color: rgb(150,236,33); }
div.DivClassName
{
background-color: #96EC21;
}
.BgClassName
{
background-color: #96EC21;
}
</style>
border-color css
<style>
span { border-color: #96EC21; }
span { border-color: rgb(150,236,33); }
td.TdClassName
{
border-color: #96EC21;
}
.TagClassName
{
border-color: #96EC21;
}
</style>