Shades of Green Yellow #94EC21
Tints of Green Yellow #94EC21
RGB
CMYK
RGB Variations
Color information
#94EC21 (or 0x94EC21) is known color: Green Yellow. HEX triplet: 94, EC and 21. RGB value is (148,236,33). Sum of RGB (Red+Green+Blue) = 148+236+33=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 236 (92.58% from 255 or 56.59% from 417); Blue value is 33 (13.28% from 255 or 7.91% from 417); Max value from RGB is 236 - color contains mainly: green. Hex color #94EC21 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #94EC21 is #6B13DE. Grayscale: #BBBBBB. Windows color (decimal): -7017439 or 2223252. OLE color: 2223252.
HSL color Cylindrical-coordinate representation of color #94EC21: hue angle of 86.01º 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 #94EC21 is Cyan = 0.37, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 236 | 33 | - |
| CMYK | 0.37 | 0 | 0.86 | 0.07 |
| HSL | 86.01º | 0.84% | 0.53% | - |
| HSV(B) | 86.01º | 0.86% | 0.93% | - |
| XYZ | 42.48 | 66.4 | 12.02 | - |
| YUV | 186.55 | 41.35 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 236 | 33 | 0.37 | 0 | 0.86 | 0.07 | 86.01 | 0.84 | 0.53 |
| Hex | 94 | EC | 21 | 25 | 0 | 56 | 7 | 56 | 54 | 35 |
| Octal | 224 | 354 | 41 | 45 | 0 | 126 | 7 | 126 | 124 | 65 |
| Binary | 10010100 | 11101100 | 100001 | 100101 | 0 | 1010110 | 111 | 1010110 | 1010100 | 110101 |
Color Harmonies of #94EC21
Complementary color
Monochromatic Colors of #94EC21
Black with #94EC21
Text Example
Text Example
White with #94EC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94EC21; }
p { color: rgb(148,236,33); }
H1.HeaderClassName
{
color: #94EC21;
}
.AnyTagClassName
{
color: #94EC21;
}
</style>
background-color css
<style>
a { background-color: #94EC21; }
a { background-color: rgb(148,236,33); }
div.DivClassName
{
background-color: #94EC21;
}
.BgClassName
{
background-color: #94EC21;
}
</style>
border-color css
<style>
span { border-color: #94EC21; }
span { border-color: rgb(148,236,33); }
td.TdClassName
{
border-color: #94EC21;
}
.TagClassName
{
border-color: #94EC21;
}
</style>