Shades of Fern #5EBD58
Tints of Fern #5EBD58
RGB
CMYK
RGB Variations
Color information
#5EBD58 (or 0x5EBD58) is known color: Fern. HEX triplet: 5E, BD and 58. RGB value is (94,189,88). Sum of RGB (Red+Green+Blue) = 94+189+88=371 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.34% from 371); Green value is 189 (74.22% from 255 or 50.94% from 371); Blue value is 88 (34.77% from 255 or 23.72% from 371); Max value from RGB is 189 - color contains mainly: green. Hex color #5EBD58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EBD58 is #A142A7. Grayscale: #959595. Windows color (decimal): -10568360 or 5815646. OLE color: 5815646.
HSL color Cylindrical-coordinate representation of color #5EBD58: hue angle of 116.44º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5EBD58 is Cyan = 0.50, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 189 | 88 | - |
| CMYK | 0.50 | 0 | 0.53 | 0.26 |
| HSL | 116.44º | 0.43% | 0.54% | - |
| HSV(B) | 116.44º | 0.53% | 0.74% | - |
| XYZ | 24.58 | 39.48 | 15.56 | - |
| YUV | 149.08 | 93.53 | 88.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 189 | 88 | 0.50 | 0 | 0.53 | 0.26 | 116.44 | 0.43 | 0.54 |
| Hex | 5E | BD | 58 | 32 | 0 | 35 | 1A | 74 | 2B | 36 |
| Octal | 136 | 275 | 130 | 62 | 0 | 65 | 32 | 164 | 53 | 66 |
| Binary | 1011110 | 10111101 | 1011000 | 110010 | 0 | 110101 | 11010 | 1110100 | 101011 | 110110 |
Color Harmonies of #5EBD58
Complementary color
Monochromatic Colors of #5EBD58
Black with #5EBD58
Text Example
Text Example
White with #5EBD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBD58; }
p { color: rgb(94,189,88); }
H1.HeaderClassName
{
color: #5EBD58;
}
.AnyTagClassName
{
color: #5EBD58;
}
</style>
background-color css
<style>
a { background-color: #5EBD58; }
a { background-color: rgb(94,189,88); }
div.DivClassName
{
background-color: #5EBD58;
}
.BgClassName
{
background-color: #5EBD58;
}
</style>
border-color css
<style>
span { border-color: #5EBD58; }
span { border-color: rgb(94,189,88); }
td.TdClassName
{
border-color: #5EBD58;
}
.TagClassName
{
border-color: #5EBD58;
}
</style>