Shades of Fern #5EC16F
Tints of Fern #5EC16F
RGB
CMYK
RGB Variations
Color information
#5EC16F (or 0x5EC16F) is known color: Fern. HEX triplet: 5E, C1 and 6F. RGB value is (94,193,111). Sum of RGB (Red+Green+Blue) = 94+193+111=398 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.62% from 398); Green value is 193 (75.78% from 255 or 48.49% from 398); Blue value is 111 (43.75% from 255 or 27.89% from 398); Max value from RGB is 193 - color contains mainly: green. Hex color #5EC16F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EC16F is #A13E90. Grayscale: #9A9A9A. Windows color (decimal): -10567313 or 7323998. OLE color: 7323998.
HSL color Cylindrical-coordinate representation of color #5EC16F: hue angle of 130.3º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5EC16F is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 94 | 193 | 111 | - |
| CMYK | 0.51 | 0 | 0.42 | 0.24 |
| HSL | 130.3º | 0.44% | 0.56% | - |
| HSV(B) | 130.3º | 0.51% | 0.76% | - |
| XYZ | 26.56 | 41.67 | 21.68 | - |
| YUV | 154.05 | 103.7 | 85.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 193 | 111 | 0.51 | 0 | 0.42 | 0.24 | 130.3 | 0.44 | 0.56 |
| Hex | 5E | C1 | 6F | 33 | 0 | 2A | 18 | 82 | 2C | 38 |
| Octal | 136 | 301 | 157 | 63 | 0 | 52 | 30 | 202 | 54 | 70 |
| Binary | 1011110 | 11000001 | 1101111 | 110011 | 0 | 101010 | 11000 | 10000010 | 101100 | 111000 |
Color Harmonies of #5EC16F
Complementary color
Monochromatic Colors of #5EC16F
Black with #5EC16F
Text Example
Text Example
White with #5EC16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC16F; }
p { color: rgb(94,193,111); }
H1.HeaderClassName
{
color: #5EC16F;
}
.AnyTagClassName
{
color: #5EC16F;
}
</style>
background-color css
<style>
a { background-color: #5EC16F; }
a { background-color: rgb(94,193,111); }
div.DivClassName
{
background-color: #5EC16F;
}
.BgClassName
{
background-color: #5EC16F;
}
</style>
border-color css
<style>
span { border-color: #5EC16F; }
span { border-color: rgb(94,193,111); }
td.TdClassName
{
border-color: #5EC16F;
}
.TagClassName
{
border-color: #5EC16F;
}
</style>