Shades of Fern #5EAB6E
Tints of Fern #5EAB6E
RGB
CMYK
RGB Variations
Color information
#5EAB6E (or 0x5EAB6E) is known color: Fern. HEX triplet: 5E, AB and 6E. RGB value is (94,171,110). Sum of RGB (Red+Green+Blue) = 94+171+110=375 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.07% from 375); Green value is 171 (67.19% from 255 or 45.6% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 171 - color contains mainly: green. Hex color #5EAB6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EAB6E is #A15491. Grayscale: #8D8D8D. Windows color (decimal): -10572946 or 7252830. OLE color: 7252830.
HSL color Cylindrical-coordinate representation of color #5EAB6E: hue angle of 132.47º degrees, saturation: 0.31, 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 #5EAB6E is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 171 | 110 | - |
| CMYK | 0.45 | 0 | 0.36 | 0.33 |
| HSL | 132.47º | 0.31% | 0.52% | - |
| HSV(B) | 132.47º | 0.45% | 0.67% | - |
| XYZ | 21.99 | 32.63 | 19.89 | - |
| YUV | 141.02 | 110.49 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 171 | 110 | 0.45 | 0 | 0.36 | 0.33 | 132.47 | 0.31 | 0.52 |
| Hex | 5E | AB | 6E | 2D | 0 | 24 | 21 | 84 | 1F | 34 |
| Octal | 136 | 253 | 156 | 55 | 0 | 44 | 41 | 204 | 37 | 64 |
| Binary | 1011110 | 10101011 | 1101110 | 101101 | 0 | 100100 | 100001 | 10000100 | 11111 | 110100 |
Color Harmonies of #5EAB6E
Complementary color
Monochromatic Colors of #5EAB6E
Black with #5EAB6E
Text Example
Text Example
White with #5EAB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAB6E; }
p { color: rgb(94,171,110); }
H1.HeaderClassName
{
color: #5EAB6E;
}
.AnyTagClassName
{
color: #5EAB6E;
}
</style>
background-color css
<style>
a { background-color: #5EAB6E; }
a { background-color: rgb(94,171,110); }
div.DivClassName
{
background-color: #5EAB6E;
}
.BgClassName
{
background-color: #5EAB6E;
}
</style>
border-color css
<style>
span { border-color: #5EAB6E; }
span { border-color: rgb(94,171,110); }
td.TdClassName
{
border-color: #5EAB6E;
}
.TagClassName
{
border-color: #5EAB6E;
}
</style>