Shades of Fern #5EC371
Tints of Fern #5EC371
RGB
CMYK
RGB Variations
Color information
#5EC371 (or 0x5EC371) is known color: Fern. HEX triplet: 5E, C3 and 71. RGB value is (94,195,113). Sum of RGB (Red+Green+Blue) = 94+195+113=402 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.38% from 402); Green value is 195 (76.56% from 255 or 48.51% from 402); Blue value is 113 (44.53% from 255 or 28.11% from 402); Max value from RGB is 195 - color contains mainly: green. Hex color #5EC371 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EC371 is #A13C8E. Grayscale: #9B9B9B. Windows color (decimal): -10566799 or 7455582. OLE color: 7455582.
HSL color Cylindrical-coordinate representation of color #5EC371: hue angle of 131.29º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5EC371 is Cyan = 0.52, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 94 | 195 | 113 | - |
| CMYK | 0.52 | 0 | 0.42 | 0.24 |
| HSL | 131.29º | 0.46% | 0.57% | - |
| HSV(B) | 131.29º | 0.52% | 0.76% | - |
| XYZ | 27.11 | 42.6 | 22.42 | - |
| YUV | 155.45 | 104.04 | 84.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 195 | 113 | 0.52 | 0 | 0.42 | 0.24 | 131.29 | 0.46 | 0.57 |
| Hex | 5E | C3 | 71 | 34 | 0 | 2A | 18 | 83 | 2E | 39 |
| Octal | 136 | 303 | 161 | 64 | 0 | 52 | 30 | 203 | 56 | 71 |
| Binary | 1011110 | 11000011 | 1110001 | 110100 | 0 | 101010 | 11000 | 10000011 | 101110 | 111001 |
Color Harmonies of #5EC371
Complementary color
Monochromatic Colors of #5EC371
Black with #5EC371
Text Example
Text Example
White with #5EC371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC371; }
p { color: rgb(94,195,113); }
H1.HeaderClassName
{
color: #5EC371;
}
.AnyTagClassName
{
color: #5EC371;
}
</style>
background-color css
<style>
a { background-color: #5EC371; }
a { background-color: rgb(94,195,113); }
div.DivClassName
{
background-color: #5EC371;
}
.BgClassName
{
background-color: #5EC371;
}
</style>
border-color css
<style>
span { border-color: #5EC371; }
span { border-color: rgb(94,195,113); }
td.TdClassName
{
border-color: #5EC371;
}
.TagClassName
{
border-color: #5EC371;
}
</style>