Shades of Fern #5EAC73
Tints of Fern #5EAC73
RGB
CMYK
RGB Variations
Color information
#5EAC73 (or 0x5EAC73) is known color: Fern. HEX triplet: 5E, AC and 73. RGB value is (94,172,115). Sum of RGB (Red+Green+Blue) = 94+172+115=381 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.67% from 381); Green value is 172 (67.58% from 255 or 45.14% from 381); Blue value is 115 (45.31% from 255 or 30.18% from 381); Max value from RGB is 172 - color contains mainly: green. Hex color #5EAC73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EAC73 is #A1538C. Grayscale: #8E8E8E. Windows color (decimal): -10572685 or 7580766. OLE color: 7580766.
HSL color Cylindrical-coordinate representation of color #5EAC73: hue angle of 136.15º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5EAC73 is Cyan = 0.45, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 172 | 115 | - |
| CMYK | 0.45 | 0 | 0.33 | 0.33 |
| HSL | 136.15º | 0.32% | 0.52% | - |
| HSV(B) | 136.15º | 0.45% | 0.67% | - |
| XYZ | 22.46 | 33.12 | 21.43 | - |
| YUV | 142.18 | 112.66 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 172 | 115 | 0.45 | 0 | 0.33 | 0.33 | 136.15 | 0.32 | 0.52 |
| Hex | 5E | AC | 73 | 2D | 0 | 21 | 21 | 88 | 20 | 34 |
| Octal | 136 | 254 | 163 | 55 | 0 | 41 | 41 | 210 | 40 | 64 |
| Binary | 1011110 | 10101100 | 1110011 | 101101 | 0 | 100001 | 100001 | 10001000 | 100000 | 110100 |
Color Harmonies of #5EAC73
Complementary color
Monochromatic Colors of #5EAC73
Black with #5EAC73
Text Example
Text Example
White with #5EAC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAC73; }
p { color: rgb(94,172,115); }
H1.HeaderClassName
{
color: #5EAC73;
}
.AnyTagClassName
{
color: #5EAC73;
}
</style>
background-color css
<style>
a { background-color: #5EAC73; }
a { background-color: rgb(94,172,115); }
div.DivClassName
{
background-color: #5EAC73;
}
.BgClassName
{
background-color: #5EAC73;
}
</style>
border-color css
<style>
span { border-color: #5EAC73; }
span { border-color: rgb(94,172,115); }
td.TdClassName
{
border-color: #5EAC73;
}
.TagClassName
{
border-color: #5EAC73;
}
</style>