Shades of Fern #5EC364
Tints of Fern #5EC364
RGB
CMYK
RGB Variations
Color information
#5EC364 (or 0x5EC364) is known color: Fern. HEX triplet: 5E, C3 and 64. RGB value is (94,195,100). Sum of RGB (Red+Green+Blue) = 94+195+100=389 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.16% from 389); Green value is 195 (76.56% from 255 or 50.13% from 389); Blue value is 100 (39.45% from 255 or 25.71% from 389); Max value from RGB is 195 - color contains mainly: green. Hex color #5EC364 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EC364 is #A13C9B. Grayscale: #9A9A9A. Windows color (decimal): -10566812 or 6603614. OLE color: 6603614.
HSL color Cylindrical-coordinate representation of color #5EC364: hue angle of 123.56º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5EC364 is Cyan = 0.52, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 94 | 195 | 100 | - |
| CMYK | 0.52 | 0 | 0.49 | 0.24 |
| HSL | 123.56º | 0.46% | 0.57% | - |
| HSV(B) | 123.56º | 0.52% | 0.76% | - |
| XYZ | 26.43 | 42.33 | 18.83 | - |
| YUV | 153.97 | 97.54 | 85.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 195 | 100 | 0.52 | 0 | 0.49 | 0.24 | 123.56 | 0.46 | 0.57 |
| Hex | 5E | C3 | 64 | 34 | 0 | 31 | 18 | 7C | 2E | 39 |
| Octal | 136 | 303 | 144 | 64 | 0 | 61 | 30 | 174 | 56 | 71 |
| Binary | 1011110 | 11000011 | 1100100 | 110100 | 0 | 110001 | 11000 | 1111100 | 101110 | 111001 |
Color Harmonies of #5EC364
Complementary color
Monochromatic Colors of #5EC364
Black with #5EC364
Text Example
Text Example
White with #5EC364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC364; }
p { color: rgb(94,195,100); }
H1.HeaderClassName
{
color: #5EC364;
}
.AnyTagClassName
{
color: #5EC364;
}
</style>
background-color css
<style>
a { background-color: #5EC364; }
a { background-color: rgb(94,195,100); }
div.DivClassName
{
background-color: #5EC364;
}
.BgClassName
{
background-color: #5EC364;
}
</style>
border-color css
<style>
span { border-color: #5EC364; }
span { border-color: rgb(94,195,100); }
td.TdClassName
{
border-color: #5EC364;
}
.TagClassName
{
border-color: #5EC364;
}
</style>