Shades of Fern #5EC06F
Tints of Fern #5EC06F
RGB
CMYK
RGB Variations
Color information
#5EC06F (or 0x5EC06F) is known color: Fern. HEX triplet: 5E, C0 and 6F. RGB value is (94,192,111). Sum of RGB (Red+Green+Blue) = 94+192+111=397 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.68% from 397); Green value is 192 (75.39% from 255 or 48.36% from 397); Blue value is 111 (43.75% from 255 or 27.96% from 397); Max value from RGB is 192 - color contains mainly: green. Hex color #5EC06F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EC06F is #A13F90. Grayscale: #999999. Windows color (decimal): -10567569 or 7323742. OLE color: 7323742.
HSL color Cylindrical-coordinate representation of color #5EC06F: hue angle of 130.41º 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 #5EC06F is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 94 | 192 | 111 | - |
| CMYK | 0.51 | 0 | 0.42 | 0.25 |
| HSL | 130.41º | 0.44% | 0.56% | - |
| HSV(B) | 130.41º | 0.51% | 0.75% | - |
| XYZ | 26.33 | 41.23 | 21.61 | - |
| YUV | 153.46 | 104.03 | 85.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 192 | 111 | 0.51 | 0 | 0.42 | 0.25 | 130.41 | 0.44 | 0.56 |
| Hex | 5E | C0 | 6F | 33 | 0 | 2A | 19 | 82 | 2C | 38 |
| Octal | 136 | 300 | 157 | 63 | 0 | 52 | 31 | 202 | 54 | 70 |
| Binary | 1011110 | 11000000 | 1101111 | 110011 | 0 | 101010 | 11001 | 10000010 | 101100 | 111000 |
Color Harmonies of #5EC06F
Complementary color
Monochromatic Colors of #5EC06F
Black with #5EC06F
Text Example
Text Example
White with #5EC06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC06F; }
p { color: rgb(94,192,111); }
H1.HeaderClassName
{
color: #5EC06F;
}
.AnyTagClassName
{
color: #5EC06F;
}
</style>
background-color css
<style>
a { background-color: #5EC06F; }
a { background-color: rgb(94,192,111); }
div.DivClassName
{
background-color: #5EC06F;
}
.BgClassName
{
background-color: #5EC06F;
}
</style>
border-color css
<style>
span { border-color: #5EC06F; }
span { border-color: rgb(94,192,111); }
td.TdClassName
{
border-color: #5EC06F;
}
.TagClassName
{
border-color: #5EC06F;
}
</style>