Shades of Fern #5EC25A
Tints of Fern #5EC25A
RGB
CMYK
RGB Variations
Color information
#5EC25A (or 0x5EC25A) is known color: Fern. HEX triplet: 5E, C2 and 5A. RGB value is (94,194,90). Sum of RGB (Red+Green+Blue) = 94+194+90=378 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.87% from 378); Green value is 194 (76.17% from 255 or 51.32% from 378); Blue value is 90 (35.55% from 255 or 23.81% from 378); Max value from RGB is 194 - color contains mainly: green. Hex color #5EC25A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EC25A is #A13DA5. Grayscale: #989898. Windows color (decimal): -10567078 or 5947998. OLE color: 5947998.
HSL color Cylindrical-coordinate representation of color #5EC25A: hue angle of 117.69º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5EC25A is Cyan = 0.52, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 94 | 194 | 90 | - |
| CMYK | 0.52 | 0 | 0.54 | 0.24 |
| HSL | 117.69º | 0.46% | 0.56% | - |
| HSV(B) | 117.69º | 0.54% | 0.76% | - |
| XYZ | 25.75 | 41.7 | 16.36 | - |
| YUV | 152.24 | 92.87 | 86.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 194 | 90 | 0.52 | 0 | 0.54 | 0.24 | 117.69 | 0.46 | 0.56 |
| Hex | 5E | C2 | 5A | 34 | 0 | 36 | 18 | 76 | 2E | 38 |
| Octal | 136 | 302 | 132 | 64 | 0 | 66 | 30 | 166 | 56 | 70 |
| Binary | 1011110 | 11000010 | 1011010 | 110100 | 0 | 110110 | 11000 | 1110110 | 101110 | 111000 |
Color Harmonies of #5EC25A
Complementary color
Monochromatic Colors of #5EC25A
Black with #5EC25A
Text Example
Text Example
White with #5EC25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC25A; }
p { color: rgb(94,194,90); }
H1.HeaderClassName
{
color: #5EC25A;
}
.AnyTagClassName
{
color: #5EC25A;
}
</style>
background-color css
<style>
a { background-color: #5EC25A; }
a { background-color: rgb(94,194,90); }
div.DivClassName
{
background-color: #5EC25A;
}
.BgClassName
{
background-color: #5EC25A;
}
</style>
border-color css
<style>
span { border-color: #5EC25A; }
span { border-color: rgb(94,194,90); }
td.TdClassName
{
border-color: #5EC25A;
}
.TagClassName
{
border-color: #5EC25A;
}
</style>