Shades of Green Yellow #94ED20
Tints of Green Yellow #94ED20
RGB
CMYK
RGB Variations
Color information
#94ED20 (or 0x94ED20) is known color: Green Yellow. HEX triplet: 94, ED and 20. RGB value is (148,237,32). Sum of RGB (Red+Green+Blue) = 148+237+32=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 237 (92.97% from 255 or 56.83% from 417); Blue value is 32 (12.89% from 255 or 7.67% from 417); Max value from RGB is 237 - color contains mainly: green. Hex color #94ED20 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #94ED20 is #6B12DF. Grayscale: #BBBBBB. Windows color (decimal): -7017184 or 2157972. OLE color: 2157972.
HSL color Cylindrical-coordinate representation of color #94ED20: hue angle of 86.05º degrees, saturation: 0.85, 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 #94ED20 is Cyan = 0.38, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 237 | 32 | - |
| CMYK | 0.38 | 0 | 0.86 | 0.07 |
| HSL | 86.05º | 0.85% | 0.53% | - |
| HSV(B) | 86.05º | 0.86% | 0.93% | - |
| XYZ | 42.76 | 66.97 | 12.04 | - |
| YUV | 187.02 | 40.51 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 237 | 32 | 0.38 | 0 | 0.86 | 0.07 | 86.05 | 0.85 | 0.53 |
| Hex | 94 | ED | 20 | 26 | 0 | 56 | 7 | 56 | 55 | 35 |
| Octal | 224 | 355 | 40 | 46 | 0 | 126 | 7 | 126 | 125 | 65 |
| Binary | 10010100 | 11101101 | 100000 | 100110 | 0 | 1010110 | 111 | 1010110 | 1010101 | 110101 |
Color Harmonies of #94ED20
Complementary color
Monochromatic Colors of #94ED20
Black with #94ED20
Text Example
Text Example
White with #94ED20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94ED20; }
p { color: rgb(148,237,32); }
H1.HeaderClassName
{
color: #94ED20;
}
.AnyTagClassName
{
color: #94ED20;
}
</style>
background-color css
<style>
a { background-color: #94ED20; }
a { background-color: rgb(148,237,32); }
div.DivClassName
{
background-color: #94ED20;
}
.BgClassName
{
background-color: #94ED20;
}
</style>
border-color css
<style>
span { border-color: #94ED20; }
span { border-color: rgb(148,237,32); }
td.TdClassName
{
border-color: #94ED20;
}
.TagClassName
{
border-color: #94ED20;
}
</style>