Shades of Fern #5EAC62
Tints of Fern #5EAC62
RGB
CMYK
RGB Variations
Color information
#5EAC62 (or 0x5EAC62) is known color: Fern. HEX triplet: 5E, AC and 62. RGB value is (94,172,98). Sum of RGB (Red+Green+Blue) = 94+172+98=364 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.82% from 364); Green value is 172 (67.58% from 255 or 47.25% from 364); Blue value is 98 (38.67% from 255 or 26.92% from 364); Max value from RGB is 172 - color contains mainly: green. Hex color #5EAC62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EAC62 is #A1539D. Grayscale: #8C8C8C. Windows color (decimal): -10572702 or 6466654. OLE color: 6466654.
HSL color Cylindrical-coordinate representation of color #5EAC62: hue angle of 123.08º degrees, saturation: 0.32, 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 #5EAC62 is Cyan = 0.45, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 172 | 98 | - |
| CMYK | 0.45 | 0 | 0.43 | 0.33 |
| HSL | 123.08º | 0.32% | 0.52% | - |
| HSV(B) | 123.08º | 0.45% | 0.67% | - |
| XYZ | 21.57 | 32.77 | 16.74 | - |
| YUV | 140.24 | 104.16 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 172 | 98 | 0.45 | 0 | 0.43 | 0.33 | 123.08 | 0.32 | 0.52 |
| Hex | 5E | AC | 62 | 2D | 0 | 2B | 21 | 7B | 20 | 34 |
| Octal | 136 | 254 | 142 | 55 | 0 | 53 | 41 | 173 | 40 | 64 |
| Binary | 1011110 | 10101100 | 1100010 | 101101 | 0 | 101011 | 100001 | 1111011 | 100000 | 110100 |
Color Harmonies of #5EAC62
Complementary color
Monochromatic Colors of #5EAC62
Black with #5EAC62
Text Example
Text Example
White with #5EAC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAC62; }
p { color: rgb(94,172,98); }
H1.HeaderClassName
{
color: #5EAC62;
}
.AnyTagClassName
{
color: #5EAC62;
}
</style>
background-color css
<style>
a { background-color: #5EAC62; }
a { background-color: rgb(94,172,98); }
div.DivClassName
{
background-color: #5EAC62;
}
.BgClassName
{
background-color: #5EAC62;
}
</style>
border-color css
<style>
span { border-color: #5EAC62; }
span { border-color: rgb(94,172,98); }
td.TdClassName
{
border-color: #5EAC62;
}
.TagClassName
{
border-color: #5EAC62;
}
</style>