Shades of Fern #5EBC73
Tints of Fern #5EBC73
RGB
CMYK
RGB Variations
Color information
#5EBC73 (or 0x5EBC73) is known color: Fern. HEX triplet: 5E, BC and 73. RGB value is (94,188,115). Sum of RGB (Red+Green+Blue) = 94+188+115=397 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.68% from 397); Green value is 188 (73.83% from 255 or 47.36% from 397); Blue value is 115 (45.31% from 255 or 28.97% from 397); Max value from RGB is 188 - color contains mainly: green. Hex color #5EBC73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EBC73 is #A1438C. Grayscale: #979797. Windows color (decimal): -10568589 or 7584862. OLE color: 7584862.
HSL color Cylindrical-coordinate representation of color #5EBC73: hue angle of 133.4º 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 #5EBC73 is Cyan = 0.50, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 188 | 115 | - |
| CMYK | 0.50 | 0 | 0.39 | 0.26 |
| HSL | 133.4º | 0.41% | 0.55% | - |
| HSV(B) | 133.4º | 0.5% | 0.74% | - |
| XYZ | 25.69 | 39.58 | 22.51 | - |
| YUV | 151.57 | 107.36 | 86.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 188 | 115 | 0.50 | 0 | 0.39 | 0.26 | 133.4 | 0.41 | 0.55 |
| Hex | 5E | BC | 73 | 32 | 0 | 27 | 1A | 85 | 29 | 37 |
| Octal | 136 | 274 | 163 | 62 | 0 | 47 | 32 | 205 | 51 | 67 |
| Binary | 1011110 | 10111100 | 1110011 | 110010 | 0 | 100111 | 11010 | 10000101 | 101001 | 110111 |
Color Harmonies of #5EBC73
Complementary color
Monochromatic Colors of #5EBC73
Black with #5EBC73
Text Example
Text Example
White with #5EBC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBC73; }
p { color: rgb(94,188,115); }
H1.HeaderClassName
{
color: #5EBC73;
}
.AnyTagClassName
{
color: #5EBC73;
}
</style>
background-color css
<style>
a { background-color: #5EBC73; }
a { background-color: rgb(94,188,115); }
div.DivClassName
{
background-color: #5EBC73;
}
.BgClassName
{
background-color: #5EBC73;
}
</style>
border-color css
<style>
span { border-color: #5EBC73; }
span { border-color: rgb(94,188,115); }
td.TdClassName
{
border-color: #5EBC73;
}
.TagClassName
{
border-color: #5EBC73;
}
</style>