Shades of Fern #5ED65B
Tints of Fern #5ED65B
RGB
CMYK
RGB Variations
Color information
#5ED65B (or 0x5ED65B) is known color: Fern. HEX triplet: 5E, D6 and 5B. RGB value is (94,214,91). Sum of RGB (Red+Green+Blue) = 94+214+91=399 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.56% from 399); Green value is 214 (83.98% from 255 or 53.63% from 399); Blue value is 91 (35.94% from 255 or 22.81% from 399); Max value from RGB is 214 - color contains mainly: green. Hex color #5ED65B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ED65B is #A129A4. Grayscale: #A4A4A4. Windows color (decimal): -10561957 or 6018654. OLE color: 6018654.
HSL color Cylindrical-coordinate representation of color #5ED65B: hue angle of 118.54º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5ED65B is Cyan = 0.56, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 94 | 214 | 91 | - |
| CMYK | 0.56 | 0 | 0.57 | 0.16 |
| HSL | 118.54º | 0.6% | 0.6% | - |
| HSV(B) | 118.54º | 0.57% | 0.84% | - |
| XYZ | 30.55 | 51.23 | 18.18 | - |
| YUV | 164.1 | 86.74 | 78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 214 | 91 | 0.56 | 0 | 0.57 | 0.16 | 118.54 | 0.6 | 0.6 |
| Hex | 5E | D6 | 5B | 38 | 0 | 39 | 10 | 77 | 3C | 3C |
| Octal | 136 | 326 | 133 | 70 | 0 | 71 | 20 | 167 | 74 | 74 |
| Binary | 1011110 | 11010110 | 1011011 | 111000 | 0 | 111001 | 10000 | 1110111 | 111100 | 111100 |
Color Harmonies of #5ED65B
Complementary color
Monochromatic Colors of #5ED65B
Black with #5ED65B
Text Example
Text Example
White with #5ED65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED65B; }
p { color: rgb(94,214,91); }
H1.HeaderClassName
{
color: #5ED65B;
}
.AnyTagClassName
{
color: #5ED65B;
}
</style>
background-color css
<style>
a { background-color: #5ED65B; }
a { background-color: rgb(94,214,91); }
div.DivClassName
{
background-color: #5ED65B;
}
.BgClassName
{
background-color: #5ED65B;
}
</style>
border-color css
<style>
span { border-color: #5ED65B; }
span { border-color: rgb(94,214,91); }
td.TdClassName
{
border-color: #5ED65B;
}
.TagClassName
{
border-color: #5ED65B;
}
</style>