Shades of Fern #5EBC72
Tints of Fern #5EBC72
RGB
CMYK
RGB Variations
Color information
#5EBC72 (or 0x5EBC72) is known color: Fern. HEX triplet: 5E, BC and 72. RGB value is (94,188,114). Sum of RGB (Red+Green+Blue) = 94+188+114=396 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.74% from 396); Green value is 188 (73.83% from 255 or 47.47% from 396); Blue value is 114 (44.92% from 255 or 28.79% from 396); Max value from RGB is 188 - color contains mainly: green. Hex color #5EBC72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EBC72 is #A1438D. Grayscale: #979797. Windows color (decimal): -10568590 or 7519326. OLE color: 7519326.
HSL color Cylindrical-coordinate representation of color #5EBC72: hue angle of 132.77º 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 #5EBC72 is Cyan = 0.50, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 188 | 114 | - |
| CMYK | 0.50 | 0 | 0.39 | 0.26 |
| HSL | 132.77º | 0.41% | 0.55% | - |
| HSV(B) | 132.77º | 0.5% | 0.74% | - |
| XYZ | 25.64 | 39.56 | 22.2 | - |
| YUV | 151.46 | 106.86 | 87.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 188 | 114 | 0.50 | 0 | 0.39 | 0.26 | 132.77 | 0.41 | 0.55 |
| Hex | 5E | BC | 72 | 32 | 0 | 27 | 1A | 85 | 29 | 37 |
| Octal | 136 | 274 | 162 | 62 | 0 | 47 | 32 | 205 | 51 | 67 |
| Binary | 1011110 | 10111100 | 1110010 | 110010 | 0 | 100111 | 11010 | 10000101 | 101001 | 110111 |
Color Harmonies of #5EBC72
Complementary color
Monochromatic Colors of #5EBC72
Black with #5EBC72
Text Example
Text Example
White with #5EBC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBC72; }
p { color: rgb(94,188,114); }
H1.HeaderClassName
{
color: #5EBC72;
}
.AnyTagClassName
{
color: #5EBC72;
}
</style>
background-color css
<style>
a { background-color: #5EBC72; }
a { background-color: rgb(94,188,114); }
div.DivClassName
{
background-color: #5EBC72;
}
.BgClassName
{
background-color: #5EBC72;
}
</style>
border-color css
<style>
span { border-color: #5EBC72; }
span { border-color: rgb(94,188,114); }
td.TdClassName
{
border-color: #5EBC72;
}
.TagClassName
{
border-color: #5EBC72;
}
</style>