Shades of Fern #5EAA71
Tints of Fern #5EAA71
RGB
CMYK
RGB Variations
Color information
#5EAA71 (or 0x5EAA71) is known color: Fern. HEX triplet: 5E, AA and 71. RGB value is (94,170,113). Sum of RGB (Red+Green+Blue) = 94+170+113=377 (49% of max value = 765). Red value is 94 (37.11% from 255 or 24.93% from 377); Green value is 170 (66.80% from 255 or 45.09% from 377); Blue value is 113 (44.53% from 255 or 29.97% from 377); Max value from RGB is 170 - color contains mainly: green. Hex color #5EAA71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EAA71 is #A1558E. Grayscale: #8C8C8C. Windows color (decimal): -10573199 or 7449182. OLE color: 7449182.
HSL color Cylindrical-coordinate representation of color #5EAA71: hue angle of 135º 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 #5EAA71 is Cyan = 0.45, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 170 | 113 | - |
| CMYK | 0.45 | 0 | 0.34 | 0.33 |
| HSL | 135º | 0.31% | 0.52% | - |
| HSV(B) | 135º | 0.45% | 0.67% | - |
| XYZ | 21.97 | 32.32 | 20.7 | - |
| YUV | 140.78 | 112.32 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 170 | 113 | 0.45 | 0 | 0.34 | 0.33 | 135 | 0.31 | 0.52 |
| Hex | 5E | AA | 71 | 2D | 0 | 22 | 21 | 87 | 1F | 34 |
| Octal | 136 | 252 | 161 | 55 | 0 | 42 | 41 | 207 | 37 | 64 |
| Binary | 1011110 | 10101010 | 1110001 | 101101 | 0 | 100010 | 100001 | 10000111 | 11111 | 110100 |
Color Harmonies of #5EAA71
Complementary color
Monochromatic Colors of #5EAA71
Black with #5EAA71
Text Example
Text Example
White with #5EAA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAA71; }
p { color: rgb(94,170,113); }
H1.HeaderClassName
{
color: #5EAA71;
}
.AnyTagClassName
{
color: #5EAA71;
}
</style>
background-color css
<style>
a { background-color: #5EAA71; }
a { background-color: rgb(94,170,113); }
div.DivClassName
{
background-color: #5EAA71;
}
.BgClassName
{
background-color: #5EAA71;
}
</style>
border-color css
<style>
span { border-color: #5EAA71; }
span { border-color: rgb(94,170,113); }
td.TdClassName
{
border-color: #5EAA71;
}
.TagClassName
{
border-color: #5EAA71;
}
</style>