Shades of Fern #5ED65F
Tints of Fern #5ED65F
RGB
CMYK
RGB Variations
Color information
#5ED65F (or 0x5ED65F) is known color: Fern. HEX triplet: 5E, D6 and 5F. RGB value is (94,214,95). Sum of RGB (Red+Green+Blue) = 94+214+95=403 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.33% from 403); Green value is 214 (83.98% from 255 or 53.10% from 403); Blue value is 95 (37.5% from 255 or 23.57% from 403); Max value from RGB is 214 - color contains mainly: green. Hex color #5ED65F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ED65F is #A129A0. Grayscale: #A4A4A4. Windows color (decimal): -10561953 or 6280798. OLE color: 6280798.
HSL color Cylindrical-coordinate representation of color #5ED65F: hue angle of 120.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ED65F is Cyan = 0.56, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 94 | 214 | 95 | - |
| CMYK | 0.56 | 0 | 0.56 | 0.16 |
| HSL | 120.5º | 0.59% | 0.6% | - |
| HSV(B) | 120.5º | 0.56% | 0.84% | - |
| XYZ | 30.73 | 51.3 | 19.11 | - |
| YUV | 164.55 | 88.74 | 77.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 214 | 95 | 0.56 | 0 | 0.56 | 0.16 | 120.5 | 0.59 | 0.6 |
| Hex | 5E | D6 | 5F | 38 | 0 | 38 | 10 | 79 | 3B | 3C |
| Octal | 136 | 326 | 137 | 70 | 0 | 70 | 20 | 171 | 73 | 74 |
| Binary | 1011110 | 11010110 | 1011111 | 111000 | 0 | 111000 | 10000 | 1111001 | 111011 | 111100 |
Color Harmonies of #5ED65F
Complementary color
Monochromatic Colors of #5ED65F
Black with #5ED65F
Text Example
Text Example
White with #5ED65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED65F; }
p { color: rgb(94,214,95); }
H1.HeaderClassName
{
color: #5ED65F;
}
.AnyTagClassName
{
color: #5ED65F;
}
</style>
background-color css
<style>
a { background-color: #5ED65F; }
a { background-color: rgb(94,214,95); }
div.DivClassName
{
background-color: #5ED65F;
}
.BgClassName
{
background-color: #5ED65F;
}
</style>
border-color css
<style>
span { border-color: #5ED65F; }
span { border-color: rgb(94,214,95); }
td.TdClassName
{
border-color: #5ED65F;
}
.TagClassName
{
border-color: #5ED65F;
}
</style>