Shades of Fern #5EBA76
Tints of Fern #5EBA76
RGB
CMYK
RGB Variations
Color information
#5EBA76 (or 0x5EBA76) is known color: Fern. HEX triplet: 5E, BA and 76. RGB value is (94,186,118). Sum of RGB (Red+Green+Blue) = 94+186+118=398 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.62% from 398); Green value is 186 (73.05% from 255 or 46.73% from 398); Blue value is 118 (46.48% from 255 or 29.65% from 398); Max value from RGB is 186 - color contains mainly: green. Hex color #5EBA76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EBA76 is #A14589. Grayscale: #969696. Windows color (decimal): -10569098 or 7780958. OLE color: 7780958.
HSL color Cylindrical-coordinate representation of color #5EBA76: hue angle of 135.65º 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 #5EBA76 is Cyan = 0.49, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 186 | 118 | - |
| CMYK | 0.49 | 0 | 0.37 | 0.27 |
| HSL | 135.65º | 0.4% | 0.55% | - |
| HSV(B) | 135.65º | 0.49% | 0.73% | - |
| XYZ | 25.45 | 38.81 | 23.29 | - |
| YUV | 150.74 | 109.52 | 87.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 186 | 118 | 0.49 | 0 | 0.37 | 0.27 | 135.65 | 0.4 | 0.55 |
| Hex | 5E | BA | 76 | 31 | 0 | 25 | 1B | 88 | 28 | 37 |
| Octal | 136 | 272 | 166 | 61 | 0 | 45 | 33 | 210 | 50 | 67 |
| Binary | 1011110 | 10111010 | 1110110 | 110001 | 0 | 100101 | 11011 | 10001000 | 101000 | 110111 |
Color Harmonies of #5EBA76
Complementary color
Monochromatic Colors of #5EBA76
Black with #5EBA76
Text Example
Text Example
White with #5EBA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBA76; }
p { color: rgb(94,186,118); }
H1.HeaderClassName
{
color: #5EBA76;
}
.AnyTagClassName
{
color: #5EBA76;
}
</style>
background-color css
<style>
a { background-color: #5EBA76; }
a { background-color: rgb(94,186,118); }
div.DivClassName
{
background-color: #5EBA76;
}
.BgClassName
{
background-color: #5EBA76;
}
</style>
border-color css
<style>
span { border-color: #5EBA76; }
span { border-color: rgb(94,186,118); }
td.TdClassName
{
border-color: #5EBA76;
}
.TagClassName
{
border-color: #5EBA76;
}
</style>