Shades of Fern #5EBA74
Tints of Fern #5EBA74
RGB
CMYK
RGB Variations
Color information
#5EBA74 (or 0x5EBA74) is known color: Fern. HEX triplet: 5E, BA and 74. RGB value is (94,186,116). Sum of RGB (Red+Green+Blue) = 94+186+116=396 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.74% from 396); Green value is 186 (73.05% from 255 or 46.97% from 396); Blue value is 116 (45.70% from 255 or 29.29% from 396); Max value from RGB is 186 - color contains mainly: green. Hex color #5EBA74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EBA74 is #A1458B. Grayscale: #969696. Windows color (decimal): -10569100 or 7649886. OLE color: 7649886.
HSL color Cylindrical-coordinate representation of color #5EBA74: hue angle of 134.35º 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 #5EBA74 is Cyan = 0.49, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 186 | 116 | - |
| CMYK | 0.49 | 0 | 0.38 | 0.27 |
| HSL | 134.35º | 0.4% | 0.55% | - |
| HSV(B) | 134.35º | 0.49% | 0.73% | - |
| XYZ | 25.33 | 38.76 | 22.67 | - |
| YUV | 150.51 | 108.52 | 87.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 186 | 116 | 0.49 | 0 | 0.38 | 0.27 | 134.35 | 0.4 | 0.55 |
| Hex | 5E | BA | 74 | 31 | 0 | 26 | 1B | 86 | 28 | 37 |
| Octal | 136 | 272 | 164 | 61 | 0 | 46 | 33 | 206 | 50 | 67 |
| Binary | 1011110 | 10111010 | 1110100 | 110001 | 0 | 100110 | 11011 | 10000110 | 101000 | 110111 |
Color Harmonies of #5EBA74
Complementary color
Monochromatic Colors of #5EBA74
Black with #5EBA74
Text Example
Text Example
White with #5EBA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBA74; }
p { color: rgb(94,186,116); }
H1.HeaderClassName
{
color: #5EBA74;
}
.AnyTagClassName
{
color: #5EBA74;
}
</style>
background-color css
<style>
a { background-color: #5EBA74; }
a { background-color: rgb(94,186,116); }
div.DivClassName
{
background-color: #5EBA74;
}
.BgClassName
{
background-color: #5EBA74;
}
</style>
border-color css
<style>
span { border-color: #5EBA74; }
span { border-color: rgb(94,186,116); }
td.TdClassName
{
border-color: #5EBA74;
}
.TagClassName
{
border-color: #5EBA74;
}
</style>