Shades of Fern #5EC95D
Tints of Fern #5EC95D
RGB
CMYK
RGB Variations
Color information
#5EC95D (or 0x5EC95D) is known color: Fern. HEX triplet: 5E, C9 and 5D. RGB value is (94,201,93). Sum of RGB (Red+Green+Blue) = 94+201+93=388 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.23% from 388); Green value is 201 (78.91% from 255 or 51.80% from 388); Blue value is 93 (36.72% from 255 or 23.97% from 388); Max value from RGB is 201 - color contains mainly: green. Hex color #5EC95D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EC95D is #A136A2. Grayscale: #9D9D9D. Windows color (decimal): -10565283 or 6146398. OLE color: 6146398.
HSL color Cylindrical-coordinate representation of color #5EC95D: hue angle of 119.44º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5EC95D is Cyan = 0.53, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 94 | 201 | 93 | - |
| CMYK | 0.53 | 0 | 0.54 | 0.21 |
| HSL | 119.44º | 0.5% | 0.58% | - |
| HSV(B) | 119.44º | 0.54% | 0.79% | - |
| XYZ | 27.48 | 44.94 | 17.58 | - |
| YUV | 156.7 | 92.05 | 83.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 201 | 93 | 0.53 | 0 | 0.54 | 0.21 | 119.44 | 0.5 | 0.58 |
| Hex | 5E | C9 | 5D | 35 | 0 | 36 | 15 | 77 | 32 | 3A |
| Octal | 136 | 311 | 135 | 65 | 0 | 66 | 25 | 167 | 62 | 72 |
| Binary | 1011110 | 11001001 | 1011101 | 110101 | 0 | 110110 | 10101 | 1110111 | 110010 | 111010 |
Color Harmonies of #5EC95D
Complementary color
Monochromatic Colors of #5EC95D
Black with #5EC95D
Text Example
Text Example
White with #5EC95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC95D; }
p { color: rgb(94,201,93); }
H1.HeaderClassName
{
color: #5EC95D;
}
.AnyTagClassName
{
color: #5EC95D;
}
</style>
background-color css
<style>
a { background-color: #5EC95D; }
a { background-color: rgb(94,201,93); }
div.DivClassName
{
background-color: #5EC95D;
}
.BgClassName
{
background-color: #5EC95D;
}
</style>
border-color css
<style>
span { border-color: #5EC95D; }
span { border-color: rgb(94,201,93); }
td.TdClassName
{
border-color: #5EC95D;
}
.TagClassName
{
border-color: #5EC95D;
}
</style>