Shades of Fern #5EBA5E
Tints of Fern #5EBA5E
RGB
CMYK
RGB Variations
Color information
#5EBA5E (or 0x5EBA5E) is known color: Fern. HEX triplet: 5E, BA and 5E. RGB value is (94,186,94). Sum of RGB (Red+Green+Blue) = 94+186+94=374 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.13% from 374); Green value is 186 (73.05% from 255 or 49.73% from 374); Blue value is 94 (37.11% from 255 or 25.13% from 374); Max value from RGB is 186 - color contains mainly: green. Hex color #5EBA5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EBA5E is #A145A1. Grayscale: #949494. Windows color (decimal): -10569122 or 6208094. OLE color: 6208094.
HSL color Cylindrical-coordinate representation of color #5EBA5E: hue angle of 120º 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 #5EBA5E is Cyan = 0.49, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
RGB | 94 | 186 | 94 | - |
CMYK | 0.49 | 0 | 0.49 | 0.27 |
HSL | 120º | 0.4% | 0.55% | - |
HSV(B) | 120º | 0.49% | 0.73% | - |
XYZ | 24.2 | 38.31 | 16.71 | - |
YUV | 148 | 97.52 | 89.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 186 | 94 | 0.49 | 0 | 0.49 | 0.27 | 120 | 0.4 | 0.55 |
Hex | 5E | BA | 5E | 31 | 0 | 31 | 1B | 78 | 28 | 37 |
Octal | 136 | 272 | 136 | 61 | 0 | 61 | 33 | 170 | 50 | 67 |
Binary | 1011110 | 10111010 | 1011110 | 110001 | 0 | 110001 | 11011 | 1111000 | 101000 | 110111 |
Color Harmonies of #5EBA5E
Complementary color
Monochromatic Colors of #5EBA5E
Black with #5EBA5E
Text Example
Text Example
White with #5EBA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBA5E; }
p { color: rgb(94,186,94); }
H1.HeaderClassName
{
color: #5EBA5E;
}
.AnyTagClassName
{
color: #5EBA5E;
}
</style>
background-color css
<style>
a { background-color: #5EBA5E; }
a { background-color: rgb(94,186,94); }
div.DivClassName
{
background-color: #5EBA5E;
}
.BgClassName
{
background-color: #5EBA5E;
}
</style>
border-color css
<style>
span { border-color: #5EBA5E; }
span { border-color: rgb(94,186,94); }
td.TdClassName
{
border-color: #5EBA5E;
}
.TagClassName
{
border-color: #5EBA5E;
}
</style>