Shades of Green Yellow #96EC26
Tints of Green Yellow #96EC26
RGB
CMYK
RGB Variations
Color information
#96EC26 (or 0x96EC26) is known color: Green Yellow. HEX triplet: 96, EC and 26. RGB value is (150,236,38). Sum of RGB (Red+Green+Blue) = 150+236+38=424 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.38% from 424); Green value is 236 (92.58% from 255 or 55.66% from 424); Blue value is 38 (15.23% from 255 or 8.96% from 424); Max value from RGB is 236 - color contains mainly: green. Hex color #96EC26 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96EC26 is #6913D9. Grayscale: #BCBCBC. Windows color (decimal): -6886362 or 2550934. OLE color: 2550934.
HSL color Cylindrical-coordinate representation of color #96EC26: hue angle of 86.06º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #96EC26 is Cyan = 0.36, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 236 | 38 | - |
| CMYK | 0.36 | 0 | 0.84 | 0.07 |
| HSL | 86.06º | 0.84% | 0.54% | - |
| HSV(B) | 86.06º | 0.84% | 0.93% | - |
| XYZ | 42.92 | 66.61 | 12.43 | - |
| YUV | 187.71 | 43.51 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 236 | 38 | 0.36 | 0 | 0.84 | 0.07 | 86.06 | 0.84 | 0.54 |
| Hex | 96 | EC | 26 | 24 | 0 | 54 | 7 | 56 | 54 | 36 |
| Octal | 226 | 354 | 46 | 44 | 0 | 124 | 7 | 126 | 124 | 66 |
| Binary | 10010110 | 11101100 | 100110 | 100100 | 0 | 1010100 | 111 | 1010110 | 1010100 | 110110 |
Color Harmonies of #96EC26
Complementary color
Monochromatic Colors of #96EC26
Black with #96EC26
Text Example
Text Example
White with #96EC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EC26; }
p { color: rgb(150,236,38); }
H1.HeaderClassName
{
color: #96EC26;
}
.AnyTagClassName
{
color: #96EC26;
}
</style>
background-color css
<style>
a { background-color: #96EC26; }
a { background-color: rgb(150,236,38); }
div.DivClassName
{
background-color: #96EC26;
}
.BgClassName
{
background-color: #96EC26;
}
</style>
border-color css
<style>
span { border-color: #96EC26; }
span { border-color: rgb(150,236,38); }
td.TdClassName
{
border-color: #96EC26;
}
.TagClassName
{
border-color: #96EC26;
}
</style>