Shades of Green Yellow #94EC20
Tints of Green Yellow #94EC20
RGB
CMYK
RGB Variations
Color information
#94EC20 (or 0x94EC20) is known color: Green Yellow. HEX triplet: 94, EC and 20. RGB value is (148,236,32). Sum of RGB (Red+Green+Blue) = 148+236+32=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 236 (92.58% from 255 or 56.73% from 416); Blue value is 32 (12.89% from 255 or 7.69% from 416); Max value from RGB is 236 - color contains mainly: green. Hex color #94EC20 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #94EC20 is #6B13DF. Grayscale: #BBBBBB. Windows color (decimal): -7017440 or 2157716. OLE color: 2157716.
HSL color Cylindrical-coordinate representation of color #94EC20: hue angle of 85.88º 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 #94EC20 is Cyan = 0.37, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 236 | 32 | - |
| CMYK | 0.37 | 0 | 0.86 | 0.07 |
| HSL | 85.88º | 0.84% | 0.53% | - |
| HSV(B) | 85.88º | 0.86% | 0.93% | - |
| XYZ | 42.47 | 66.39 | 11.94 | - |
| YUV | 186.43 | 40.85 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 236 | 32 | 0.37 | 0 | 0.86 | 0.07 | 85.88 | 0.84 | 0.53 |
| Hex | 94 | EC | 20 | 25 | 0 | 56 | 7 | 56 | 54 | 35 |
| Octal | 224 | 354 | 40 | 45 | 0 | 126 | 7 | 126 | 124 | 65 |
| Binary | 10010100 | 11101100 | 100000 | 100101 | 0 | 1010110 | 111 | 1010110 | 1010100 | 110101 |
Color Harmonies of #94EC20
Complementary color
Monochromatic Colors of #94EC20
Black with #94EC20
Text Example
Text Example
White with #94EC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94EC20; }
p { color: rgb(148,236,32); }
H1.HeaderClassName
{
color: #94EC20;
}
.AnyTagClassName
{
color: #94EC20;
}
</style>
background-color css
<style>
a { background-color: #94EC20; }
a { background-color: rgb(148,236,32); }
div.DivClassName
{
background-color: #94EC20;
}
.BgClassName
{
background-color: #94EC20;
}
</style>
border-color css
<style>
span { border-color: #94EC20; }
span { border-color: rgb(148,236,32); }
td.TdClassName
{
border-color: #94EC20;
}
.TagClassName
{
border-color: #94EC20;
}
</style>