Shades of Fern #5EC56C
Tints of Fern #5EC56C
RGB
CMYK
RGB Variations
Color information
#5EC56C (or 0x5EC56C) is known color: Fern. HEX triplet: 5E, C5 and 6C. RGB value is (94,197,108). Sum of RGB (Red+Green+Blue) = 94+197+108=399 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.56% from 399); Green value is 197 (77.34% from 255 or 49.37% from 399); Blue value is 108 (42.58% from 255 or 27.07% from 399); Max value from RGB is 197 - color contains mainly: green. Hex color #5EC56C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EC56C is #A13A93. Grayscale: #9C9C9C. Windows color (decimal): -10566292 or 7128414. OLE color: 7128414.
HSL color Cylindrical-coordinate representation of color #5EC56C: hue angle of 128.16º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5EC56C is Cyan = 0.52, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 94 | 197 | 108 | - |
| CMYK | 0.52 | 0 | 0.45 | 0.23 |
| HSL | 128.16º | 0.47% | 0.57% | - |
| HSV(B) | 128.16º | 0.52% | 0.77% | - |
| XYZ | 27.29 | 43.39 | 21.13 | - |
| YUV | 156.06 | 100.88 | 83.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 197 | 108 | 0.52 | 0 | 0.45 | 0.23 | 128.16 | 0.47 | 0.57 |
| Hex | 5E | C5 | 6C | 34 | 0 | 2D | 17 | 80 | 2F | 39 |
| Octal | 136 | 305 | 154 | 64 | 0 | 55 | 27 | 200 | 57 | 71 |
| Binary | 1011110 | 11000101 | 1101100 | 110100 | 0 | 101101 | 10111 | 10000000 | 101111 | 111001 |
Color Harmonies of #5EC56C
Complementary color
Monochromatic Colors of #5EC56C
Black with #5EC56C
Text Example
Text Example
White with #5EC56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC56C; }
p { color: rgb(94,197,108); }
H1.HeaderClassName
{
color: #5EC56C;
}
.AnyTagClassName
{
color: #5EC56C;
}
</style>
background-color css
<style>
a { background-color: #5EC56C; }
a { background-color: rgb(94,197,108); }
div.DivClassName
{
background-color: #5EC56C;
}
.BgClassName
{
background-color: #5EC56C;
}
</style>
border-color css
<style>
span { border-color: #5EC56C; }
span { border-color: rgb(94,197,108); }
td.TdClassName
{
border-color: #5EC56C;
}
.TagClassName
{
border-color: #5EC56C;
}
</style>