Shades of Fern #5EBA60
Tints of Fern #5EBA60
RGB
CMYK
RGB Variations
Color information
#5EBA60 (or 0x5EBA60) is known color: Fern. HEX triplet: 5E, BA and 60. RGB value is (94,186,96). Sum of RGB (Red+Green+Blue) = 94+186+96=376 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25% from 376); Green value is 186 (73.05% from 255 or 49.47% from 376); Blue value is 96 (37.89% from 255 or 25.53% from 376); Max value from RGB is 186 - color contains mainly: green. Hex color #5EBA60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EBA60 is #A1459F. Grayscale: #949494. Windows color (decimal): -10569120 or 6339166. OLE color: 6339166.
HSL color Cylindrical-coordinate representation of color #5EBA60: hue angle of 121.3º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5EBA60 is Cyan = 0.49, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 186 | 96 | - |
| CMYK | 0.49 | 0 | 0.48 | 0.27 |
| HSL | 121.3º | 0.4% | 0.55% | - |
| HSV(B) | 121.3º | 0.49% | 0.73% | - |
| XYZ | 24.29 | 38.34 | 17.19 | - |
| YUV | 148.23 | 98.52 | 89.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 186 | 96 | 0.49 | 0 | 0.48 | 0.27 | 121.3 | 0.4 | 0.55 |
| Hex | 5E | BA | 60 | 31 | 0 | 30 | 1B | 79 | 28 | 37 |
| Octal | 136 | 272 | 140 | 61 | 0 | 60 | 33 | 171 | 50 | 67 |
| Binary | 1011110 | 10111010 | 1100000 | 110001 | 0 | 110000 | 11011 | 1111001 | 101000 | 110111 |
Color Harmonies of #5EBA60
Complementary color
Monochromatic Colors of #5EBA60
Black with #5EBA60
Text Example
Text Example
White with #5EBA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBA60; }
p { color: rgb(94,186,96); }
H1.HeaderClassName
{
color: #5EBA60;
}
.AnyTagClassName
{
color: #5EBA60;
}
</style>
background-color css
<style>
a { background-color: #5EBA60; }
a { background-color: rgb(94,186,96); }
div.DivClassName
{
background-color: #5EBA60;
}
.BgClassName
{
background-color: #5EBA60;
}
</style>
border-color css
<style>
span { border-color: #5EBA60; }
span { border-color: rgb(94,186,96); }
td.TdClassName
{
border-color: #5EBA60;
}
.TagClassName
{
border-color: #5EBA60;
}
</style>