Shades of Fern #5EBA72
Tints of Fern #5EBA72
RGB
CMYK
RGB Variations
Color information
#5EBA72 (or 0x5EBA72) is known color: Fern. HEX triplet: 5E, BA and 72. RGB value is (94,186,114). Sum of RGB (Red+Green+Blue) = 94+186+114=394 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.86% from 394); Green value is 186 (73.05% from 255 or 47.21% from 394); Blue value is 114 (44.92% from 255 or 28.93% from 394); Max value from RGB is 186 - color contains mainly: green. Hex color #5EBA72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EBA72 is #A1458D. Grayscale: #969696. Windows color (decimal): -10569102 or 7518814. OLE color: 7518814.
HSL color Cylindrical-coordinate representation of color #5EBA72: hue angle of 133.04º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5EBA72 is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 186 | 114 | - |
| CMYK | 0.49 | 0 | 0.39 | 0.27 |
| HSL | 133.04º | 0.4% | 0.55% | - |
| HSV(B) | 133.04º | 0.49% | 0.73% | - |
| XYZ | 25.21 | 38.71 | 22.06 | - |
| YUV | 150.28 | 107.52 | 87.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 186 | 114 | 0.49 | 0 | 0.39 | 0.27 | 133.04 | 0.4 | 0.55 |
| Hex | 5E | BA | 72 | 31 | 0 | 27 | 1B | 85 | 28 | 37 |
| Octal | 136 | 272 | 162 | 61 | 0 | 47 | 33 | 205 | 50 | 67 |
| Binary | 1011110 | 10111010 | 1110010 | 110001 | 0 | 100111 | 11011 | 10000101 | 101000 | 110111 |
Color Harmonies of #5EBA72
Complementary color
Monochromatic Colors of #5EBA72
Black with #5EBA72
Text Example
Text Example
White with #5EBA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBA72; }
p { color: rgb(94,186,114); }
H1.HeaderClassName
{
color: #5EBA72;
}
.AnyTagClassName
{
color: #5EBA72;
}
</style>
background-color css
<style>
a { background-color: #5EBA72; }
a { background-color: rgb(94,186,114); }
div.DivClassName
{
background-color: #5EBA72;
}
.BgClassName
{
background-color: #5EBA72;
}
</style>
border-color css
<style>
span { border-color: #5EBA72; }
span { border-color: rgb(94,186,114); }
td.TdClassName
{
border-color: #5EBA72;
}
.TagClassName
{
border-color: #5EBA72;
}
</style>