Shades of Fern #5EAA6B
Tints of Fern #5EAA6B
RGB
CMYK
RGB Variations
Color information
#5EAA6B (or 0x5EAA6B) is known color: Fern. HEX triplet: 5E, AA and 6B. RGB value is (94,170,107). Sum of RGB (Red+Green+Blue) = 94+170+107=371 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.34% from 371); Green value is 170 (66.80% from 255 or 45.82% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 170 - color contains mainly: green. Hex color #5EAA6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EAA6B is #A15594. Grayscale: #8C8C8C. Windows color (decimal): -10573205 or 7055966. OLE color: 7055966.
HSL color Cylindrical-coordinate representation of color #5EAA6B: hue angle of 130.26º 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 #5EAA6B is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 170 | 107 | - |
| CMYK | 0.45 | 0 | 0.37 | 0.33 |
| HSL | 130.26º | 0.31% | 0.52% | - |
| HSV(B) | 130.26º | 0.45% | 0.67% | - |
| XYZ | 21.64 | 32.19 | 18.98 | - |
| YUV | 140.09 | 109.32 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 170 | 107 | 0.45 | 0 | 0.37 | 0.33 | 130.26 | 0.31 | 0.52 |
| Hex | 5E | AA | 6B | 2D | 0 | 25 | 21 | 82 | 1F | 34 |
| Octal | 136 | 252 | 153 | 55 | 0 | 45 | 41 | 202 | 37 | 64 |
| Binary | 1011110 | 10101010 | 1101011 | 101101 | 0 | 100101 | 100001 | 10000010 | 11111 | 110100 |
Color Harmonies of #5EAA6B
Complementary color
Monochromatic Colors of #5EAA6B
Black with #5EAA6B
Text Example
Text Example
White with #5EAA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAA6B; }
p { color: rgb(94,170,107); }
H1.HeaderClassName
{
color: #5EAA6B;
}
.AnyTagClassName
{
color: #5EAA6B;
}
</style>
background-color css
<style>
a { background-color: #5EAA6B; }
a { background-color: rgb(94,170,107); }
div.DivClassName
{
background-color: #5EAA6B;
}
.BgClassName
{
background-color: #5EAA6B;
}
</style>
border-color css
<style>
span { border-color: #5EAA6B; }
span { border-color: rgb(94,170,107); }
td.TdClassName
{
border-color: #5EAA6B;
}
.TagClassName
{
border-color: #5EAA6B;
}
</style>