Shades of Fern #5EAE75
Tints of Fern #5EAE75
RGB
CMYK
RGB Variations
Color information
#5EAE75 (or 0x5EAE75) is known color: Fern. HEX triplet: 5E, AE and 75. RGB value is (94,174,117). Sum of RGB (Red+Green+Blue) = 94+174+117=385 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.42% from 385); Green value is 174 (68.36% from 255 or 45.19% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 174 - color contains mainly: green. Hex color #5EAE75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EAE75 is #A1518A. Grayscale: #8F8F8F. Windows color (decimal): -10572171 or 7712350. OLE color: 7712350.
HSL color Cylindrical-coordinate representation of color #5EAE75: hue angle of 137.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 #5EAE75 is Cyan = 0.46, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 94 | 174 | 117 | - |
| CMYK | 0.46 | 0 | 0.33 | 0.32 |
| HSL | 137.25º | 0.33% | 0.53% | - |
| HSV(B) | 137.25º | 0.46% | 0.68% | - |
| XYZ | 22.96 | 33.94 | 22.17 | - |
| YUV | 143.58 | 113 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 174 | 117 | 0.46 | 0 | 0.33 | 0.32 | 137.25 | 0.33 | 0.53 |
| Hex | 5E | AE | 75 | 2E | 0 | 21 | 20 | 89 | 21 | 35 |
| Octal | 136 | 256 | 165 | 56 | 0 | 41 | 40 | 211 | 41 | 65 |
| Binary | 1011110 | 10101110 | 1110101 | 101110 | 0 | 100001 | 100000 | 10001001 | 100001 | 110101 |
Color Harmonies of #5EAE75
Complementary color
Monochromatic Colors of #5EAE75
Black with #5EAE75
Text Example
Text Example
White with #5EAE75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAE75; }
p { color: rgb(94,174,117); }
H1.HeaderClassName
{
color: #5EAE75;
}
.AnyTagClassName
{
color: #5EAE75;
}
</style>
background-color css
<style>
a { background-color: #5EAE75; }
a { background-color: rgb(94,174,117); }
div.DivClassName
{
background-color: #5EAE75;
}
.BgClassName
{
background-color: #5EAE75;
}
</style>
border-color css
<style>
span { border-color: #5EAE75; }
span { border-color: rgb(94,174,117); }
td.TdClassName
{
border-color: #5EAE75;
}
.TagClassName
{
border-color: #5EAE75;
}
</style>