Shades of Fern #5EAF5D
Tints of Fern #5EAF5D
RGB
CMYK
RGB Variations
Color information
#5EAF5D (or 0x5EAF5D) is known color: Fern. HEX triplet: 5E, AF and 5D. RGB value is (94,175,93). Sum of RGB (Red+Green+Blue) = 94+175+93=362 (47% of max value = 765). Red value is 94 (37.11% from 255 or 25.97% from 362); Green value is 175 (68.75% from 255 or 48.34% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 175 - color contains mainly: green. Hex color #5EAF5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EAF5D is #A150A2. Grayscale: #8D8D8D. Windows color (decimal): -10571939 or 6139742. OLE color: 6139742.
HSL color Cylindrical-coordinate representation of color #5EAF5D: hue angle of 119.27º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5EAF5D is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 94 | 175 | 93 | - |
| CMYK | 0.46 | 0 | 0.47 | 0.31 |
| HSL | 119.27º | 0.34% | 0.53% | - |
| HSV(B) | 119.27º | 0.47% | 0.69% | - |
| XYZ | 21.92 | 33.83 | 15.73 | - |
| YUV | 141.43 | 100.66 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 175 | 93 | 0.46 | 0 | 0.47 | 0.31 | 119.27 | 0.34 | 0.53 |
| Hex | 5E | AF | 5D | 2E | 0 | 2F | 1F | 77 | 22 | 35 |
| Octal | 136 | 257 | 135 | 56 | 0 | 57 | 37 | 167 | 42 | 65 |
| Binary | 1011110 | 10101111 | 1011101 | 101110 | 0 | 101111 | 11111 | 1110111 | 100010 | 110101 |
Color Harmonies of #5EAF5D
Complementary color
Monochromatic Colors of #5EAF5D
Black with #5EAF5D
Text Example
Text Example
White with #5EAF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAF5D; }
p { color: rgb(94,175,93); }
H1.HeaderClassName
{
color: #5EAF5D;
}
.AnyTagClassName
{
color: #5EAF5D;
}
</style>
background-color css
<style>
a { background-color: #5EAF5D; }
a { background-color: rgb(94,175,93); }
div.DivClassName
{
background-color: #5EAF5D;
}
.BgClassName
{
background-color: #5EAF5D;
}
</style>
border-color css
<style>
span { border-color: #5EAF5D; }
span { border-color: rgb(94,175,93); }
td.TdClassName
{
border-color: #5EAF5D;
}
.TagClassName
{
border-color: #5EAF5D;
}
</style>