Shades of Fern #5EAF65
Tints of Fern #5EAF65
RGB
CMYK
RGB Variations
Color information
#5EAF65 (or 0x5EAF65) is known color: Fern. HEX triplet: 5E, AF and 65. RGB value is (94,175,101). Sum of RGB (Red+Green+Blue) = 94+175+101=370 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.41% from 370); Green value is 175 (68.75% from 255 or 47.30% from 370); Blue value is 101 (39.84% from 255 or 27.30% from 370); Max value from RGB is 175 - color contains mainly: green. Hex color #5EAF65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EAF65 is #A1509A. Grayscale: #8E8E8E. Windows color (decimal): -10571931 or 6664030. OLE color: 6664030.
HSL color Cylindrical-coordinate representation of color #5EAF65: hue angle of 125.19º 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 #5EAF65 is Cyan = 0.46, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 94 | 175 | 101 | - |
| CMYK | 0.46 | 0 | 0.42 | 0.31 |
| HSL | 125.19º | 0.34% | 0.53% | - |
| HSV(B) | 125.19º | 0.46% | 0.69% | - |
| XYZ | 22.3 | 33.98 | 17.7 | - |
| YUV | 142.35 | 104.66 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 175 | 101 | 0.46 | 0 | 0.42 | 0.31 | 125.19 | 0.34 | 0.53 |
| Hex | 5E | AF | 65 | 2E | 0 | 2A | 1F | 7D | 22 | 35 |
| Octal | 136 | 257 | 145 | 56 | 0 | 52 | 37 | 175 | 42 | 65 |
| Binary | 1011110 | 10101111 | 1100101 | 101110 | 0 | 101010 | 11111 | 1111101 | 100010 | 110101 |
Color Harmonies of #5EAF65
Complementary color
Monochromatic Colors of #5EAF65
Black with #5EAF65
Text Example
Text Example
White with #5EAF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAF65; }
p { color: rgb(94,175,101); }
H1.HeaderClassName
{
color: #5EAF65;
}
.AnyTagClassName
{
color: #5EAF65;
}
</style>
background-color css
<style>
a { background-color: #5EAF65; }
a { background-color: rgb(94,175,101); }
div.DivClassName
{
background-color: #5EAF65;
}
.BgClassName
{
background-color: #5EAF65;
}
</style>
border-color css
<style>
span { border-color: #5EAF65; }
span { border-color: rgb(94,175,101); }
td.TdClassName
{
border-color: #5EAF65;
}
.TagClassName
{
border-color: #5EAF65;
}
</style>