Shades of Fern #5EBC66
Tints of Fern #5EBC66
RGB
CMYK
RGB Variations
Color information
#5EBC66 (or 0x5EBC66) is known color: Fern. HEX triplet: 5E, BC and 66. RGB value is (94,188,102). Sum of RGB (Red+Green+Blue) = 94+188+102=384 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.48% from 384); Green value is 188 (73.83% from 255 or 48.96% from 384); Blue value is 102 (40.23% from 255 or 26.56% from 384); Max value from RGB is 188 - color contains mainly: green. Hex color #5EBC66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EBC66 is #A14399. Grayscale: #969696. Windows color (decimal): -10568602 or 6732894. OLE color: 6732894.
HSL color Cylindrical-coordinate representation of color #5EBC66: hue angle of 125.11º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5EBC66 is Cyan = 0.50, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 188 | 102 | - |
| CMYK | 0.50 | 0 | 0.46 | 0.26 |
| HSL | 125.11º | 0.41% | 0.55% | - |
| HSV(B) | 125.11º | 0.5% | 0.74% | - |
| XYZ | 25 | 39.31 | 18.84 | - |
| YUV | 150.09 | 100.86 | 87.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 188 | 102 | 0.50 | 0 | 0.46 | 0.26 | 125.11 | 0.41 | 0.55 |
| Hex | 5E | BC | 66 | 32 | 0 | 2E | 1A | 7D | 29 | 37 |
| Octal | 136 | 274 | 146 | 62 | 0 | 56 | 32 | 175 | 51 | 67 |
| Binary | 1011110 | 10111100 | 1100110 | 110010 | 0 | 101110 | 11010 | 1111101 | 101001 | 110111 |
Color Harmonies of #5EBC66
Complementary color
Monochromatic Colors of #5EBC66
Black with #5EBC66
Text Example
Text Example
White with #5EBC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBC66; }
p { color: rgb(94,188,102); }
H1.HeaderClassName
{
color: #5EBC66;
}
.AnyTagClassName
{
color: #5EBC66;
}
</style>
background-color css
<style>
a { background-color: #5EBC66; }
a { background-color: rgb(94,188,102); }
div.DivClassName
{
background-color: #5EBC66;
}
.BgClassName
{
background-color: #5EBC66;
}
</style>
border-color css
<style>
span { border-color: #5EBC66; }
span { border-color: rgb(94,188,102); }
td.TdClassName
{
border-color: #5EBC66;
}
.TagClassName
{
border-color: #5EBC66;
}
</style>