Shades of Fern #5EC868
Tints of Fern #5EC868
RGB
CMYK
RGB Variations
Color information
#5EC868 (or 0x5EC868) is known color: Fern. HEX triplet: 5E, C8 and 68. RGB value is (94,200,104). Sum of RGB (Red+Green+Blue) = 94+200+104=398 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.62% from 398); Green value is 200 (78.52% from 255 or 50.25% from 398); Blue value is 104 (41.02% from 255 or 26.13% from 398); Max value from RGB is 200 - color contains mainly: green. Hex color #5EC868 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EC868 is #A13797. Grayscale: #9D9D9D. Windows color (decimal): -10565528 or 6867038. OLE color: 6867038.
HSL color Cylindrical-coordinate representation of color #5EC868: hue angle of 125.66º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5EC868 is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 94 | 200 | 104 | - |
| CMYK | 0.53 | 0 | 0.48 | 0.22 |
| HSL | 125.66º | 0.49% | 0.58% | - |
| HSV(B) | 125.66º | 0.53% | 0.78% | - |
| XYZ | 27.77 | 44.69 | 20.26 | - |
| YUV | 157.36 | 97.88 | 82.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 200 | 104 | 0.53 | 0 | 0.48 | 0.22 | 125.66 | 0.49 | 0.58 |
| Hex | 5E | C8 | 68 | 35 | 0 | 30 | 16 | 7E | 31 | 3A |
| Octal | 136 | 310 | 150 | 65 | 0 | 60 | 26 | 176 | 61 | 72 |
| Binary | 1011110 | 11001000 | 1101000 | 110101 | 0 | 110000 | 10110 | 1111110 | 110001 | 111010 |
Color Harmonies of #5EC868
Complementary color
Monochromatic Colors of #5EC868
Black with #5EC868
Text Example
Text Example
White with #5EC868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC868; }
p { color: rgb(94,200,104); }
H1.HeaderClassName
{
color: #5EC868;
}
.AnyTagClassName
{
color: #5EC868;
}
</style>
background-color css
<style>
a { background-color: #5EC868; }
a { background-color: rgb(94,200,104); }
div.DivClassName
{
background-color: #5EC868;
}
.BgClassName
{
background-color: #5EC868;
}
</style>
border-color css
<style>
span { border-color: #5EC868; }
span { border-color: rgb(94,200,104); }
td.TdClassName
{
border-color: #5EC868;
}
.TagClassName
{
border-color: #5EC868;
}
</style>