Shades of Fern #5EC85A
Tints of Fern #5EC85A
RGB
CMYK
RGB Variations
Color information
#5EC85A (or 0x5EC85A) is known color: Fern. HEX triplet: 5E, C8 and 5A. RGB value is (94,200,90). Sum of RGB (Red+Green+Blue) = 94+200+90=384 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.48% from 384); Green value is 200 (78.52% from 255 or 52.08% from 384); Blue value is 90 (35.55% from 255 or 23.44% from 384); Max value from RGB is 200 - color contains mainly: green. Hex color #5EC85A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EC85A is #A137A5. Grayscale: #9C9C9C. Windows color (decimal): -10565542 or 5949534. OLE color: 5949534.
HSL color Cylindrical-coordinate representation of color #5EC85A: hue angle of 117.82º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5EC85A is Cyan = 0.53, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 94 | 200 | 90 | - |
| CMYK | 0.53 | 0 | 0.55 | 0.22 |
| HSL | 117.82º | 0.5% | 0.57% | - |
| HSV(B) | 117.82º | 0.55% | 0.78% | - |
| XYZ | 27.12 | 44.43 | 16.82 | - |
| YUV | 155.77 | 90.88 | 83.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 200 | 90 | 0.53 | 0 | 0.55 | 0.22 | 117.82 | 0.5 | 0.57 |
| Hex | 5E | C8 | 5A | 35 | 0 | 37 | 16 | 76 | 32 | 39 |
| Octal | 136 | 310 | 132 | 65 | 0 | 67 | 26 | 166 | 62 | 71 |
| Binary | 1011110 | 11001000 | 1011010 | 110101 | 0 | 110111 | 10110 | 1110110 | 110010 | 111001 |
Color Harmonies of #5EC85A
Complementary color
Monochromatic Colors of #5EC85A
Black with #5EC85A
Text Example
Text Example
White with #5EC85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC85A; }
p { color: rgb(94,200,90); }
H1.HeaderClassName
{
color: #5EC85A;
}
.AnyTagClassName
{
color: #5EC85A;
}
</style>
background-color css
<style>
a { background-color: #5EC85A; }
a { background-color: rgb(94,200,90); }
div.DivClassName
{
background-color: #5EC85A;
}
.BgClassName
{
background-color: #5EC85A;
}
</style>
border-color css
<style>
span { border-color: #5EC85A; }
span { border-color: rgb(94,200,90); }
td.TdClassName
{
border-color: #5EC85A;
}
.TagClassName
{
border-color: #5EC85A;
}
</style>