Shades of Fern #5ECD5E
Tints of Fern #5ECD5E
RGB
CMYK
RGB Variations
Color information
#5ECD5E (or 0x5ECD5E) is known color: Fern. HEX triplet: 5E, CD and 5E. RGB value is (94,205,94). Sum of RGB (Red+Green+Blue) = 94+205+94=393 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.92% from 393); Green value is 205 (80.47% from 255 or 52.16% from 393); Blue value is 94 (37.11% from 255 or 23.92% from 393); Max value from RGB is 205 - color contains mainly: green. Hex color #5ECD5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ECD5E is #A132A1. Grayscale: #9F9F9F. Windows color (decimal): -10564258 or 6212958. OLE color: 6212958.
HSL color Cylindrical-coordinate representation of color #5ECD5E: hue angle of 120º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5ECD5E is Cyan = 0.54, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 205 | 94 | - |
| CMYK | 0.54 | 0 | 0.54 | 0.20 |
| HSL | 120º | 0.53% | 0.59% | - |
| HSV(B) | 120º | 0.54% | 0.8% | - |
| XYZ | 28.47 | 46.85 | 18.13 | - |
| YUV | 159.16 | 91.23 | 81.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 205 | 94 | 0.54 | 0 | 0.54 | 0.20 | 120 | 0.53 | 0.59 |
| Hex | 5E | CD | 5E | 36 | 0 | 36 | 14 | 78 | 35 | 3B |
| Octal | 136 | 315 | 136 | 66 | 0 | 66 | 24 | 170 | 65 | 73 |
| Binary | 1011110 | 11001101 | 1011110 | 110110 | 0 | 110110 | 10100 | 1111000 | 110101 | 111011 |
Color Harmonies of #5ECD5E
Complementary color
Monochromatic Colors of #5ECD5E
Black with #5ECD5E
Text Example
Text Example
White with #5ECD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECD5E; }
p { color: rgb(94,205,94); }
H1.HeaderClassName
{
color: #5ECD5E;
}
.AnyTagClassName
{
color: #5ECD5E;
}
</style>
background-color css
<style>
a { background-color: #5ECD5E; }
a { background-color: rgb(94,205,94); }
div.DivClassName
{
background-color: #5ECD5E;
}
.BgClassName
{
background-color: #5ECD5E;
}
</style>
border-color css
<style>
span { border-color: #5ECD5E; }
span { border-color: rgb(94,205,94); }
td.TdClassName
{
border-color: #5ECD5E;
}
.TagClassName
{
border-color: #5ECD5E;
}
</style>