Shades of Fern #5EBA6E
Tints of Fern #5EBA6E
RGB
CMYK
RGB Variations
Color information
#5EBA6E (or 0x5EBA6E) is known color: Fern. HEX triplet: 5E, BA and 6E. RGB value is (94,186,110). Sum of RGB (Red+Green+Blue) = 94+186+110=390 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.10% from 390); Green value is 186 (73.05% from 255 or 47.69% from 390); Blue value is 110 (43.36% from 255 or 28.21% from 390); Max value from RGB is 186 - color contains mainly: green. Hex color #5EBA6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EBA6E is #A14591. Grayscale: #969696. Windows color (decimal): -10569106 or 7256670. OLE color: 7256670.
HSL color Cylindrical-coordinate representation of color #5EBA6E: hue angle of 130.43º 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 #5EBA6E is Cyan = 0.49, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 186 | 110 | - |
| CMYK | 0.49 | 0 | 0.41 | 0.27 |
| HSL | 130.43º | 0.4% | 0.55% | - |
| HSV(B) | 130.43º | 0.49% | 0.73% | - |
| XYZ | 24.99 | 38.62 | 20.89 | - |
| YUV | 149.83 | 105.52 | 88.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 186 | 110 | 0.49 | 0 | 0.41 | 0.27 | 130.43 | 0.4 | 0.55 |
| Hex | 5E | BA | 6E | 31 | 0 | 29 | 1B | 82 | 28 | 37 |
| Octal | 136 | 272 | 156 | 61 | 0 | 51 | 33 | 202 | 50 | 67 |
| Binary | 1011110 | 10111010 | 1101110 | 110001 | 0 | 101001 | 11011 | 10000010 | 101000 | 110111 |
Color Harmonies of #5EBA6E
Complementary color
Monochromatic Colors of #5EBA6E
Black with #5EBA6E
Text Example
Text Example
White with #5EBA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBA6E; }
p { color: rgb(94,186,110); }
H1.HeaderClassName
{
color: #5EBA6E;
}
.AnyTagClassName
{
color: #5EBA6E;
}
</style>
background-color css
<style>
a { background-color: #5EBA6E; }
a { background-color: rgb(94,186,110); }
div.DivClassName
{
background-color: #5EBA6E;
}
.BgClassName
{
background-color: #5EBA6E;
}
</style>
border-color css
<style>
span { border-color: #5EBA6E; }
span { border-color: rgb(94,186,110); }
td.TdClassName
{
border-color: #5EBA6E;
}
.TagClassName
{
border-color: #5EBA6E;
}
</style>