Shades of Fern #5ECB61
Tints of Fern #5ECB61
RGB
CMYK
RGB Variations
Color information
#5ECB61 (or 0x5ECB61) is known color: Fern. HEX triplet: 5E, CB and 61. RGB value is (94,203,97). Sum of RGB (Red+Green+Blue) = 94+203+97=394 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.86% from 394); Green value is 203 (79.69% from 255 or 51.52% from 394); Blue value is 97 (38.28% from 255 or 24.62% from 394); Max value from RGB is 203 - color contains mainly: green. Hex color #5ECB61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ECB61 is #A1349E. Grayscale: #9E9E9E. Windows color (decimal): -10564767 or 6409054. OLE color: 6409054.
HSL color Cylindrical-coordinate representation of color #5ECB61: hue angle of 121.65º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5ECB61 is Cyan = 0.54, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 203 | 97 | - |
| CMYK | 0.54 | 0 | 0.52 | 0.20 |
| HSL | 121.65º | 0.51% | 0.58% | - |
| HSV(B) | 121.65º | 0.54% | 0.8% | - |
| XYZ | 28.13 | 45.95 | 18.7 | - |
| YUV | 158.33 | 93.39 | 82.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 203 | 97 | 0.54 | 0 | 0.52 | 0.20 | 121.65 | 0.51 | 0.58 |
| Hex | 5E | CB | 61 | 36 | 0 | 34 | 14 | 7A | 33 | 3A |
| Octal | 136 | 313 | 141 | 66 | 0 | 64 | 24 | 172 | 63 | 72 |
| Binary | 1011110 | 11001011 | 1100001 | 110110 | 0 | 110100 | 10100 | 1111010 | 110011 | 111010 |
Color Harmonies of #5ECB61
Complementary color
Monochromatic Colors of #5ECB61
Black with #5ECB61
Text Example
Text Example
White with #5ECB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECB61; }
p { color: rgb(94,203,97); }
H1.HeaderClassName
{
color: #5ECB61;
}
.AnyTagClassName
{
color: #5ECB61;
}
</style>
background-color css
<style>
a { background-color: #5ECB61; }
a { background-color: rgb(94,203,97); }
div.DivClassName
{
background-color: #5ECB61;
}
.BgClassName
{
background-color: #5ECB61;
}
</style>
border-color css
<style>
span { border-color: #5ECB61; }
span { border-color: rgb(94,203,97); }
td.TdClassName
{
border-color: #5ECB61;
}
.TagClassName
{
border-color: #5ECB61;
}
</style>