Shades of Fern #5EAF68
Tints of Fern #5EAF68
RGB
CMYK
RGB Variations
Color information
#5EAF68 (or 0x5EAF68) is known color: Fern. HEX triplet: 5E, AF and 68. RGB value is (94,175,104). Sum of RGB (Red+Green+Blue) = 94+175+104=373 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.20% from 373); Green value is 175 (68.75% from 255 or 46.92% from 373); Blue value is 104 (41.02% from 255 or 27.88% from 373); Max value from RGB is 175 - color contains mainly: green. Hex color #5EAF68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EAF68 is #A15097. Grayscale: #8E8E8E. Windows color (decimal): -10571928 or 6860638. OLE color: 6860638.
HSL color Cylindrical-coordinate representation of color #5EAF68: hue angle of 127.41º 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 #5EAF68 is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 94 | 175 | 104 | - |
| CMYK | 0.46 | 0 | 0.41 | 0.31 |
| HSL | 127.41º | 0.34% | 0.53% | - |
| HSV(B) | 127.41º | 0.46% | 0.69% | - |
| XYZ | 22.44 | 34.04 | 18.48 | - |
| YUV | 142.69 | 106.16 | 93.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 175 | 104 | 0.46 | 0 | 0.41 | 0.31 | 127.41 | 0.34 | 0.53 |
| Hex | 5E | AF | 68 | 2E | 0 | 29 | 1F | 7F | 22 | 35 |
| Octal | 136 | 257 | 150 | 56 | 0 | 51 | 37 | 177 | 42 | 65 |
| Binary | 1011110 | 10101111 | 1101000 | 101110 | 0 | 101001 | 11111 | 1111111 | 100010 | 110101 |
Color Harmonies of #5EAF68
Complementary color
Monochromatic Colors of #5EAF68
Black with #5EAF68
Text Example
Text Example
White with #5EAF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAF68; }
p { color: rgb(94,175,104); }
H1.HeaderClassName
{
color: #5EAF68;
}
.AnyTagClassName
{
color: #5EAF68;
}
</style>
background-color css
<style>
a { background-color: #5EAF68; }
a { background-color: rgb(94,175,104); }
div.DivClassName
{
background-color: #5EAF68;
}
.BgClassName
{
background-color: #5EAF68;
}
</style>
border-color css
<style>
span { border-color: #5EAF68; }
span { border-color: rgb(94,175,104); }
td.TdClassName
{
border-color: #5EAF68;
}
.TagClassName
{
border-color: #5EAF68;
}
</style>