Shades of Fern #5EC062
Tints of Fern #5EC062
RGB
CMYK
RGB Variations
Color information
#5EC062 (or 0x5EC062) is known color: Fern. HEX triplet: 5E, C0 and 62. RGB value is (94,192,98). Sum of RGB (Red+Green+Blue) = 94+192+98=384 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.48% from 384); Green value is 192 (75.39% from 255 or 50% from 384); Blue value is 98 (38.67% from 255 or 25.52% from 384); Max value from RGB is 192 - color contains mainly: green. Hex color #5EC062 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EC062 is #A13F9D. Grayscale: #989898. Windows color (decimal): -10567582 or 6471774. OLE color: 6471774.
HSL color Cylindrical-coordinate representation of color #5EC062: hue angle of 122.45º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5EC062 is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 94 | 192 | 98 | - |
| CMYK | 0.51 | 0 | 0.49 | 0.25 |
| HSL | 122.45º | 0.44% | 0.56% | - |
| HSV(B) | 122.45º | 0.51% | 0.75% | - |
| XYZ | 25.67 | 40.96 | 18.11 | - |
| YUV | 151.98 | 97.53 | 86.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 192 | 98 | 0.51 | 0 | 0.49 | 0.25 | 122.45 | 0.44 | 0.56 |
| Hex | 5E | C0 | 62 | 33 | 0 | 31 | 19 | 7A | 2C | 38 |
| Octal | 136 | 300 | 142 | 63 | 0 | 61 | 31 | 172 | 54 | 70 |
| Binary | 1011110 | 11000000 | 1100010 | 110011 | 0 | 110001 | 11001 | 1111010 | 101100 | 111000 |
Color Harmonies of #5EC062
Complementary color
Monochromatic Colors of #5EC062
Black with #5EC062
Text Example
Text Example
White with #5EC062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC062; }
p { color: rgb(94,192,98); }
H1.HeaderClassName
{
color: #5EC062;
}
.AnyTagClassName
{
color: #5EC062;
}
</style>
background-color css
<style>
a { background-color: #5EC062; }
a { background-color: rgb(94,192,98); }
div.DivClassName
{
background-color: #5EC062;
}
.BgClassName
{
background-color: #5EC062;
}
</style>
border-color css
<style>
span { border-color: #5EC062; }
span { border-color: rgb(94,192,98); }
td.TdClassName
{
border-color: #5EC062;
}
.TagClassName
{
border-color: #5EC062;
}
</style>