Shades of Fern #5EAE6F
Tints of Fern #5EAE6F
RGB
CMYK
RGB Variations
Color information
#5EAE6F (or 0x5EAE6F) is known color: Fern. HEX triplet: 5E, AE and 6F. RGB value is (94,174,111). Sum of RGB (Red+Green+Blue) = 94+174+111=379 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.80% from 379); Green value is 174 (68.36% from 255 or 45.91% from 379); Blue value is 111 (43.75% from 255 or 29.29% from 379); Max value from RGB is 174 - color contains mainly: green. Hex color #5EAE6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EAE6F is #A15190. Grayscale: #8F8F8F. Windows color (decimal): -10572177 or 7319134. OLE color: 7319134.
HSL color Cylindrical-coordinate representation of color #5EAE6F: hue angle of 132.75º 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 #5EAE6F is Cyan = 0.46, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 94 | 174 | 111 | - |
| CMYK | 0.46 | 0 | 0.36 | 0.32 |
| HSL | 132.75º | 0.33% | 0.53% | - |
| HSV(B) | 132.75º | 0.46% | 0.68% | - |
| XYZ | 22.62 | 33.8 | 20.37 | - |
| YUV | 142.9 | 110 | 93.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 174 | 111 | 0.46 | 0 | 0.36 | 0.32 | 132.75 | 0.33 | 0.53 |
| Hex | 5E | AE | 6F | 2E | 0 | 24 | 20 | 85 | 21 | 35 |
| Octal | 136 | 256 | 157 | 56 | 0 | 44 | 40 | 205 | 41 | 65 |
| Binary | 1011110 | 10101110 | 1101111 | 101110 | 0 | 100100 | 100000 | 10000101 | 100001 | 110101 |
Color Harmonies of #5EAE6F
Complementary color
Monochromatic Colors of #5EAE6F
Black with #5EAE6F
Text Example
Text Example
White with #5EAE6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAE6F; }
p { color: rgb(94,174,111); }
H1.HeaderClassName
{
color: #5EAE6F;
}
.AnyTagClassName
{
color: #5EAE6F;
}
</style>
background-color css
<style>
a { background-color: #5EAE6F; }
a { background-color: rgb(94,174,111); }
div.DivClassName
{
background-color: #5EAE6F;
}
.BgClassName
{
background-color: #5EAE6F;
}
</style>
border-color css
<style>
span { border-color: #5EAE6F; }
span { border-color: rgb(94,174,111); }
td.TdClassName
{
border-color: #5EAE6F;
}
.TagClassName
{
border-color: #5EAE6F;
}
</style>