Shades of Fern #5EAF74
Tints of Fern #5EAF74
RGB
CMYK
RGB Variations
Color information
#5EAF74 (or 0x5EAF74) is known color: Fern. HEX triplet: 5E, AF and 74. RGB value is (94,175,116). Sum of RGB (Red+Green+Blue) = 94+175+116=385 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.42% from 385); Green value is 175 (68.75% from 255 or 45.45% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 175 - color contains mainly: green. Hex color #5EAF74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EAF74 is #A1508B. Grayscale: #909090. Windows color (decimal): -10571916 or 7647070. OLE color: 7647070.
HSL color Cylindrical-coordinate representation of color #5EAF74: hue angle of 136.3º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5EAF74 is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 94 | 175 | 116 | - |
| CMYK | 0.46 | 0 | 0.34 | 0.31 |
| HSL | 136.3º | 0.34% | 0.53% | - |
| HSV(B) | 136.3º | 0.46% | 0.69% | - |
| XYZ | 23.1 | 34.3 | 21.93 | - |
| YUV | 144.06 | 112.16 | 92.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 175 | 116 | 0.46 | 0 | 0.34 | 0.31 | 136.3 | 0.34 | 0.53 |
| Hex | 5E | AF | 74 | 2E | 0 | 22 | 1F | 88 | 22 | 35 |
| Octal | 136 | 257 | 164 | 56 | 0 | 42 | 37 | 210 | 42 | 65 |
| Binary | 1011110 | 10101111 | 1110100 | 101110 | 0 | 100010 | 11111 | 10001000 | 100010 | 110101 |
Color Harmonies of #5EAF74
Complementary color
Monochromatic Colors of #5EAF74
Black with #5EAF74
Text Example
Text Example
White with #5EAF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAF74; }
p { color: rgb(94,175,116); }
H1.HeaderClassName
{
color: #5EAF74;
}
.AnyTagClassName
{
color: #5EAF74;
}
</style>
background-color css
<style>
a { background-color: #5EAF74; }
a { background-color: rgb(94,175,116); }
div.DivClassName
{
background-color: #5EAF74;
}
.BgClassName
{
background-color: #5EAF74;
}
</style>
border-color css
<style>
span { border-color: #5EAF74; }
span { border-color: rgb(94,175,116); }
td.TdClassName
{
border-color: #5EAF74;
}
.TagClassName
{
border-color: #5EAF74;
}
</style>