Shades of Fern #5ED465
Tints of Fern #5ED465
RGB
CMYK
RGB Variations
Color information
#5ED465 (or 0x5ED465) is known color: Fern. HEX triplet: 5E, D4 and 65. RGB value is (94,212,101). Sum of RGB (Red+Green+Blue) = 94+212+101=407 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.10% from 407); Green value is 212 (83.20% from 255 or 52.09% from 407); Blue value is 101 (39.84% from 255 or 24.82% from 407); Max value from RGB is 212 - color contains mainly: green. Hex color #5ED465 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ED465 is #A12B9A. Grayscale: #A4A4A4. Windows color (decimal): -10562459 or 6673502. OLE color: 6673502.
HSL color Cylindrical-coordinate representation of color #5ED465: hue angle of 123.56º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ED465 is Cyan = 0.56, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 94 | 212 | 101 | - |
| CMYK | 0.56 | 0 | 0.52 | 0.17 |
| HSL | 123.56º | 0.58% | 0.6% | - |
| HSV(B) | 123.56º | 0.56% | 0.83% | - |
| XYZ | 30.51 | 50.41 | 20.43 | - |
| YUV | 164.06 | 92.41 | 78.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 212 | 101 | 0.56 | 0 | 0.52 | 0.17 | 123.56 | 0.58 | 0.6 |
| Hex | 5E | D4 | 65 | 38 | 0 | 34 | 11 | 7C | 3A | 3C |
| Octal | 136 | 324 | 145 | 70 | 0 | 64 | 21 | 174 | 72 | 74 |
| Binary | 1011110 | 11010100 | 1100101 | 111000 | 0 | 110100 | 10001 | 1111100 | 111010 | 111100 |
Color Harmonies of #5ED465
Complementary color
Monochromatic Colors of #5ED465
Black with #5ED465
Text Example
Text Example
White with #5ED465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED465; }
p { color: rgb(94,212,101); }
H1.HeaderClassName
{
color: #5ED465;
}
.AnyTagClassName
{
color: #5ED465;
}
</style>
background-color css
<style>
a { background-color: #5ED465; }
a { background-color: rgb(94,212,101); }
div.DivClassName
{
background-color: #5ED465;
}
.BgClassName
{
background-color: #5ED465;
}
</style>
border-color css
<style>
span { border-color: #5ED465; }
span { border-color: rgb(94,212,101); }
td.TdClassName
{
border-color: #5ED465;
}
.TagClassName
{
border-color: #5ED465;
}
</style>