Shades of Fern #5EBC6C
Tints of Fern #5EBC6C
RGB
CMYK
RGB Variations
Color information
#5EBC6C (or 0x5EBC6C) is known color: Fern. HEX triplet: 5E, BC and 6C. RGB value is (94,188,108). Sum of RGB (Red+Green+Blue) = 94+188+108=390 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.10% from 390); Green value is 188 (73.83% from 255 or 48.21% from 390); Blue value is 108 (42.58% from 255 or 27.69% from 390); Max value from RGB is 188 - color contains mainly: green. Hex color #5EBC6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EBC6C is #A14393. Grayscale: #969696. Windows color (decimal): -10568596 or 7126110. OLE color: 7126110.
HSL color Cylindrical-coordinate representation of color #5EBC6C: hue angle of 128.94º 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 #5EBC6C is Cyan = 0.50, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 188 | 108 | - |
| CMYK | 0.50 | 0 | 0.43 | 0.26 |
| HSL | 128.94º | 0.41% | 0.55% | - |
| HSV(B) | 128.94º | 0.5% | 0.74% | - |
| XYZ | 25.31 | 39.43 | 20.46 | - |
| YUV | 150.77 | 103.86 | 87.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 188 | 108 | 0.50 | 0 | 0.43 | 0.26 | 128.94 | 0.41 | 0.55 |
| Hex | 5E | BC | 6C | 32 | 0 | 2B | 1A | 81 | 29 | 37 |
| Octal | 136 | 274 | 154 | 62 | 0 | 53 | 32 | 201 | 51 | 67 |
| Binary | 1011110 | 10111100 | 1101100 | 110010 | 0 | 101011 | 11010 | 10000001 | 101001 | 110111 |
Color Harmonies of #5EBC6C
Complementary color
Monochromatic Colors of #5EBC6C
Black with #5EBC6C
Text Example
Text Example
White with #5EBC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBC6C; }
p { color: rgb(94,188,108); }
H1.HeaderClassName
{
color: #5EBC6C;
}
.AnyTagClassName
{
color: #5EBC6C;
}
</style>
background-color css
<style>
a { background-color: #5EBC6C; }
a { background-color: rgb(94,188,108); }
div.DivClassName
{
background-color: #5EBC6C;
}
.BgClassName
{
background-color: #5EBC6C;
}
</style>
border-color css
<style>
span { border-color: #5EBC6C; }
span { border-color: rgb(94,188,108); }
td.TdClassName
{
border-color: #5EBC6C;
}
.TagClassName
{
border-color: #5EBC6C;
}
</style>