Shades of Fern #5EBC71
Tints of Fern #5EBC71
RGB
CMYK
RGB Variations
Color information
#5EBC71 (or 0x5EBC71) is known color: Fern. HEX triplet: 5E, BC and 71. RGB value is (94,188,113). Sum of RGB (Red+Green+Blue) = 94+188+113=395 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.80% from 395); Green value is 188 (73.83% from 255 or 47.59% from 395); Blue value is 113 (44.53% from 255 or 28.61% from 395); Max value from RGB is 188 - color contains mainly: green. Hex color #5EBC71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EBC71 is #A1438E. Grayscale: #979797. Windows color (decimal): -10568591 or 7453790. OLE color: 7453790.
HSL color Cylindrical-coordinate representation of color #5EBC71: hue angle of 132.13º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5EBC71 is Cyan = 0.50, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 188 | 113 | - |
| CMYK | 0.50 | 0 | 0.40 | 0.26 |
| HSL | 132.13º | 0.41% | 0.55% | - |
| HSV(B) | 132.13º | 0.5% | 0.74% | - |
| XYZ | 25.58 | 39.54 | 21.91 | - |
| YUV | 151.34 | 106.36 | 87.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 188 | 113 | 0.50 | 0 | 0.40 | 0.26 | 132.13 | 0.41 | 0.55 |
| Hex | 5E | BC | 71 | 32 | 0 | 28 | 1A | 84 | 29 | 37 |
| Octal | 136 | 274 | 161 | 62 | 0 | 50 | 32 | 204 | 51 | 67 |
| Binary | 1011110 | 10111100 | 1110001 | 110010 | 0 | 101000 | 11010 | 10000100 | 101001 | 110111 |
Color Harmonies of #5EBC71
Complementary color
Monochromatic Colors of #5EBC71
Black with #5EBC71
Text Example
Text Example
White with #5EBC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBC71; }
p { color: rgb(94,188,113); }
H1.HeaderClassName
{
color: #5EBC71;
}
.AnyTagClassName
{
color: #5EBC71;
}
</style>
background-color css
<style>
a { background-color: #5EBC71; }
a { background-color: rgb(94,188,113); }
div.DivClassName
{
background-color: #5EBC71;
}
.BgClassName
{
background-color: #5EBC71;
}
</style>
border-color css
<style>
span { border-color: #5EBC71; }
span { border-color: rgb(94,188,113); }
td.TdClassName
{
border-color: #5EBC71;
}
.TagClassName
{
border-color: #5EBC71;
}
</style>