Shades of Fern #5EC670
Tints of Fern #5EC670
RGB
CMYK
RGB Variations
Color information
#5EC670 (or 0x5EC670) is known color: Fern. HEX triplet: 5E, C6 and 70. RGB value is (94,198,112). Sum of RGB (Red+Green+Blue) = 94+198+112=404 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.27% from 404); Green value is 198 (77.73% from 255 or 49.01% from 404); Blue value is 112 (44.14% from 255 or 27.72% from 404); Max value from RGB is 198 - color contains mainly: green. Hex color #5EC670 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EC670 is #A1398F. Grayscale: #9D9D9D. Windows color (decimal): -10566032 or 7390814. OLE color: 7390814.
HSL color Cylindrical-coordinate representation of color #5EC670: hue angle of 130.38º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5EC670 is Cyan = 0.53, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 94 | 198 | 112 | - |
| CMYK | 0.53 | 0 | 0.43 | 0.22 |
| HSL | 130.38º | 0.48% | 0.57% | - |
| HSV(B) | 130.38º | 0.53% | 0.78% | - |
| XYZ | 27.73 | 43.94 | 22.35 | - |
| YUV | 157.1 | 102.54 | 82.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 198 | 112 | 0.53 | 0 | 0.43 | 0.22 | 130.38 | 0.48 | 0.57 |
| Hex | 5E | C6 | 70 | 35 | 0 | 2B | 16 | 82 | 30 | 39 |
| Octal | 136 | 306 | 160 | 65 | 0 | 53 | 26 | 202 | 60 | 71 |
| Binary | 1011110 | 11000110 | 1110000 | 110101 | 0 | 101011 | 10110 | 10000010 | 110000 | 111001 |
Color Harmonies of #5EC670
Complementary color
Monochromatic Colors of #5EC670
Black with #5EC670
Text Example
Text Example
White with #5EC670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC670; }
p { color: rgb(94,198,112); }
H1.HeaderClassName
{
color: #5EC670;
}
.AnyTagClassName
{
color: #5EC670;
}
</style>
background-color css
<style>
a { background-color: #5EC670; }
a { background-color: rgb(94,198,112); }
div.DivClassName
{
background-color: #5EC670;
}
.BgClassName
{
background-color: #5EC670;
}
</style>
border-color css
<style>
span { border-color: #5EC670; }
span { border-color: rgb(94,198,112); }
td.TdClassName
{
border-color: #5EC670;
}
.TagClassName
{
border-color: #5EC670;
}
</style>