Shades of Fern #5EBD73
Tints of Fern #5EBD73
RGB
CMYK
RGB Variations
Color information
#5EBD73 (or 0x5EBD73) is known color: Fern. HEX triplet: 5E, BD and 73. RGB value is (94,189,115). Sum of RGB (Red+Green+Blue) = 94+189+115=398 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.62% from 398); Green value is 189 (74.22% from 255 or 47.49% from 398); Blue value is 115 (45.31% from 255 or 28.89% from 398); Max value from RGB is 189 - color contains mainly: green. Hex color #5EBD73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EBD73 is #A1428C. Grayscale: #989898. Windows color (decimal): -10568333 or 7585118. OLE color: 7585118.
HSL color Cylindrical-coordinate representation of color #5EBD73: hue angle of 133.26º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5EBD73 is Cyan = 0.50, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 189 | 115 | - |
| CMYK | 0.50 | 0 | 0.39 | 0.26 |
| HSL | 133.26º | 0.42% | 0.55% | - |
| HSV(B) | 133.26º | 0.5% | 0.74% | - |
| XYZ | 25.91 | 40.01 | 22.58 | - |
| YUV | 152.16 | 107.03 | 86.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 189 | 115 | 0.50 | 0 | 0.39 | 0.26 | 133.26 | 0.42 | 0.55 |
| Hex | 5E | BD | 73 | 32 | 0 | 27 | 1A | 85 | 2A | 37 |
| Octal | 136 | 275 | 163 | 62 | 0 | 47 | 32 | 205 | 52 | 67 |
| Binary | 1011110 | 10111101 | 1110011 | 110010 | 0 | 100111 | 11010 | 10000101 | 101010 | 110111 |
Color Harmonies of #5EBD73
Complementary color
Monochromatic Colors of #5EBD73
Black with #5EBD73
Text Example
Text Example
White with #5EBD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBD73; }
p { color: rgb(94,189,115); }
H1.HeaderClassName
{
color: #5EBD73;
}
.AnyTagClassName
{
color: #5EBD73;
}
</style>
background-color css
<style>
a { background-color: #5EBD73; }
a { background-color: rgb(94,189,115); }
div.DivClassName
{
background-color: #5EBD73;
}
.BgClassName
{
background-color: #5EBD73;
}
</style>
border-color css
<style>
span { border-color: #5EBD73; }
span { border-color: rgb(94,189,115); }
td.TdClassName
{
border-color: #5EBD73;
}
.TagClassName
{
border-color: #5EBD73;
}
</style>