Shades of Fern #5EAE71
Tints of Fern #5EAE71
RGB
CMYK
RGB Variations
Color information
#5EAE71 (or 0x5EAE71) is known color: Fern. HEX triplet: 5E, AE and 71. RGB value is (94,174,113). Sum of RGB (Red+Green+Blue) = 94+174+113=381 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.67% from 381); Green value is 174 (68.36% from 255 or 45.67% from 381); Blue value is 113 (44.53% from 255 or 29.66% from 381); Max value from RGB is 174 - color contains mainly: green. Hex color #5EAE71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EAE71 is #A1518E. Grayscale: #8F8F8F. Windows color (decimal): -10572175 or 7450206. OLE color: 7450206.
HSL color Cylindrical-coordinate representation of color #5EAE71: hue angle of 134.25º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5EAE71 is Cyan = 0.46, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 94 | 174 | 113 | - |
| CMYK | 0.46 | 0 | 0.35 | 0.32 |
| HSL | 134.25º | 0.33% | 0.53% | - |
| HSV(B) | 134.25º | 0.46% | 0.68% | - |
| XYZ | 22.73 | 33.84 | 20.96 | - |
| YUV | 143.13 | 111 | 92.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 174 | 113 | 0.46 | 0 | 0.35 | 0.32 | 134.25 | 0.33 | 0.53 |
| Hex | 5E | AE | 71 | 2E | 0 | 23 | 20 | 86 | 21 | 35 |
| Octal | 136 | 256 | 161 | 56 | 0 | 43 | 40 | 206 | 41 | 65 |
| Binary | 1011110 | 10101110 | 1110001 | 101110 | 0 | 100011 | 100000 | 10000110 | 100001 | 110101 |
Color Harmonies of #5EAE71
Complementary color
Monochromatic Colors of #5EAE71
Black with #5EAE71
Text Example
Text Example
White with #5EAE71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAE71; }
p { color: rgb(94,174,113); }
H1.HeaderClassName
{
color: #5EAE71;
}
.AnyTagClassName
{
color: #5EAE71;
}
</style>
background-color css
<style>
a { background-color: #5EAE71; }
a { background-color: rgb(94,174,113); }
div.DivClassName
{
background-color: #5EAE71;
}
.BgClassName
{
background-color: #5EAE71;
}
</style>
border-color css
<style>
span { border-color: #5EAE71; }
span { border-color: rgb(94,174,113); }
td.TdClassName
{
border-color: #5EAE71;
}
.TagClassName
{
border-color: #5EAE71;
}
</style>