Shades of Fern #5EC66A
Tints of Fern #5EC66A
RGB
CMYK
RGB Variations
Color information
#5EC66A (or 0x5EC66A) is known color: Fern. HEX triplet: 5E, C6 and 6A. RGB value is (94,198,106). Sum of RGB (Red+Green+Blue) = 94+198+106=398 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.62% from 398); Green value is 198 (77.73% from 255 or 49.75% from 398); Blue value is 106 (41.80% from 255 or 26.63% from 398); Max value from RGB is 198 - color contains mainly: green. Hex color #5EC66A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EC66A is #A13995. Grayscale: #9C9C9C. Windows color (decimal): -10566038 or 6997598. OLE color: 6997598.
HSL color Cylindrical-coordinate representation of color #5EC66A: hue angle of 126.92º 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 #5EC66A is Cyan = 0.53, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 94 | 198 | 106 | - |
| CMYK | 0.53 | 0 | 0.46 | 0.22 |
| HSL | 126.92º | 0.48% | 0.57% | - |
| HSV(B) | 126.92º | 0.53% | 0.78% | - |
| XYZ | 27.41 | 43.81 | 20.65 | - |
| YUV | 156.42 | 99.54 | 83.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 198 | 106 | 0.53 | 0 | 0.46 | 0.22 | 126.92 | 0.48 | 0.57 |
| Hex | 5E | C6 | 6A | 35 | 0 | 2E | 16 | 7F | 30 | 39 |
| Octal | 136 | 306 | 152 | 65 | 0 | 56 | 26 | 177 | 60 | 71 |
| Binary | 1011110 | 11000110 | 1101010 | 110101 | 0 | 101110 | 10110 | 1111111 | 110000 | 111001 |
Color Harmonies of #5EC66A
Complementary color
Monochromatic Colors of #5EC66A
Black with #5EC66A
Text Example
Text Example
White with #5EC66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC66A; }
p { color: rgb(94,198,106); }
H1.HeaderClassName
{
color: #5EC66A;
}
.AnyTagClassName
{
color: #5EC66A;
}
</style>
background-color css
<style>
a { background-color: #5EC66A; }
a { background-color: rgb(94,198,106); }
div.DivClassName
{
background-color: #5EC66A;
}
.BgClassName
{
background-color: #5EC66A;
}
</style>
border-color css
<style>
span { border-color: #5EC66A; }
span { border-color: rgb(94,198,106); }
td.TdClassName
{
border-color: #5EC66A;
}
.TagClassName
{
border-color: #5EC66A;
}
</style>