Shades of Fern #5ED358
Tints of Fern #5ED358
RGB
CMYK
RGB Variations
Color information
#5ED358 (or 0x5ED358) is known color: Fern. HEX triplet: 5E, D3 and 58. RGB value is (94,211,88). Sum of RGB (Red+Green+Blue) = 94+211+88=393 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.92% from 393); Green value is 211 (82.81% from 255 or 53.69% from 393); Blue value is 88 (34.77% from 255 or 22.39% from 393); Max value from RGB is 211 - color contains mainly: green. Hex color #5ED358 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ED358 is #A12CA7. Grayscale: #A2A2A2. Windows color (decimal): -10562728 or 5821278. OLE color: 5821278.
HSL color Cylindrical-coordinate representation of color #5ED358: hue angle of 117.07º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5ED358 is Cyan = 0.55, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 94 | 211 | 88 | - |
| CMYK | 0.55 | 0 | 0.58 | 0.17 |
| HSL | 117.07º | 0.58% | 0.59% | - |
| HSV(B) | 117.07º | 0.58% | 0.83% | - |
| XYZ | 29.67 | 49.67 | 17.26 | - |
| YUV | 162 | 86.24 | 79.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 211 | 88 | 0.55 | 0 | 0.58 | 0.17 | 117.07 | 0.58 | 0.59 |
| Hex | 5E | D3 | 58 | 37 | 0 | 3A | 11 | 75 | 3A | 3B |
| Octal | 136 | 323 | 130 | 67 | 0 | 72 | 21 | 165 | 72 | 73 |
| Binary | 1011110 | 11010011 | 1011000 | 110111 | 0 | 111010 | 10001 | 1110101 | 111010 | 111011 |
Color Harmonies of #5ED358
Complementary color
Monochromatic Colors of #5ED358
Black with #5ED358
Text Example
Text Example
White with #5ED358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED358; }
p { color: rgb(94,211,88); }
H1.HeaderClassName
{
color: #5ED358;
}
.AnyTagClassName
{
color: #5ED358;
}
</style>
background-color css
<style>
a { background-color: #5ED358; }
a { background-color: rgb(94,211,88); }
div.DivClassName
{
background-color: #5ED358;
}
.BgClassName
{
background-color: #5ED358;
}
</style>
border-color css
<style>
span { border-color: #5ED358; }
span { border-color: rgb(94,211,88); }
td.TdClassName
{
border-color: #5ED358;
}
.TagClassName
{
border-color: #5ED358;
}
</style>