Shades of Yellow Green #94E121
Tints of Yellow Green #94E121
RGB
CMYK
RGB Variations
Color information
#94E121 (or 0x94E121) is known color: Yellow Green. HEX triplet: 94, E1 and 21. RGB value is (148,225,33). Sum of RGB (Red+Green+Blue) = 148+225+33=406 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.45% from 406); Green value is 225 (88.28% from 255 or 55.42% from 406); Blue value is 33 (13.28% from 255 or 8.13% from 406); Max value from RGB is 225 - color contains mainly: green. Hex color #94E121 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94E121 is #6B1EDE. Grayscale: #B4B4B4. Windows color (decimal): -7020255 or 2220436. OLE color: 2220436.
HSL color Cylindrical-coordinate representation of color #94E121: hue angle of 84.06º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #94E121 is Cyan = 0.34, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 148 | 225 | 33 | - |
| CMYK | 0.34 | 0 | 0.85 | 0.12 |
| HSL | 84.06º | 0.76% | 0.51% | - |
| HSV(B) | 84.06º | 0.85% | 0.88% | - |
| XYZ | 39.41 | 60.26 | 10.99 | - |
| YUV | 180.09 | 44.99 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 225 | 33 | 0.34 | 0 | 0.85 | 0.12 | 84.06 | 0.76 | 0.51 |
| Hex | 94 | E1 | 21 | 22 | 0 | 55 | C | 54 | 4C | 33 |
| Octal | 224 | 341 | 41 | 42 | 0 | 125 | 14 | 124 | 114 | 63 |
| Binary | 10010100 | 11100001 | 100001 | 100010 | 0 | 1010101 | 1100 | 1010100 | 1001100 | 110011 |
Color Harmonies of #94E121
Complementary color
Monochromatic Colors of #94E121
Black with #94E121
Text Example
Text Example
White with #94E121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E121; }
p { color: rgb(148,225,33); }
H1.HeaderClassName
{
color: #94E121;
}
.AnyTagClassName
{
color: #94E121;
}
</style>
background-color css
<style>
a { background-color: #94E121; }
a { background-color: rgb(148,225,33); }
div.DivClassName
{
background-color: #94E121;
}
.BgClassName
{
background-color: #94E121;
}
</style>
border-color css
<style>
span { border-color: #94E121; }
span { border-color: rgb(148,225,33); }
td.TdClassName
{
border-color: #94E121;
}
.TagClassName
{
border-color: #94E121;
}
</style>