Shades of Fern #5EBF73
Tints of Fern #5EBF73
RGB
CMYK
RGB Variations
Color information
#5EBF73 (or 0x5EBF73) is known color: Fern. HEX triplet: 5E, BF and 73. RGB value is (94,191,115). Sum of RGB (Red+Green+Blue) = 94+191+115=400 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.5% from 400); Green value is 191 (75% from 255 or 47.75% from 400); Blue value is 115 (45.31% from 255 or 28.75% from 400); Max value from RGB is 191 - color contains mainly: green. Hex color #5EBF73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EBF73 is #A1408C. Grayscale: #999999. Windows color (decimal): -10567821 or 7585630. OLE color: 7585630.
HSL color Cylindrical-coordinate representation of color #5EBF73: hue angle of 132.99º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5EBF73 is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 94 | 191 | 115 | - |
| CMYK | 0.51 | 0 | 0.40 | 0.25 |
| HSL | 132.99º | 0.43% | 0.56% | - |
| HSV(B) | 132.99º | 0.51% | 0.75% | - |
| XYZ | 26.34 | 40.88 | 22.72 | - |
| YUV | 153.33 | 106.36 | 85.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 191 | 115 | 0.51 | 0 | 0.40 | 0.25 | 132.99 | 0.43 | 0.56 |
| Hex | 5E | BF | 73 | 33 | 0 | 28 | 19 | 85 | 2B | 38 |
| Octal | 136 | 277 | 163 | 63 | 0 | 50 | 31 | 205 | 53 | 70 |
| Binary | 1011110 | 10111111 | 1110011 | 110011 | 0 | 101000 | 11001 | 10000101 | 101011 | 111000 |
Color Harmonies of #5EBF73
Complementary color
Monochromatic Colors of #5EBF73
Black with #5EBF73
Text Example
Text Example
White with #5EBF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBF73; }
p { color: rgb(94,191,115); }
H1.HeaderClassName
{
color: #5EBF73;
}
.AnyTagClassName
{
color: #5EBF73;
}
</style>
background-color css
<style>
a { background-color: #5EBF73; }
a { background-color: rgb(94,191,115); }
div.DivClassName
{
background-color: #5EBF73;
}
.BgClassName
{
background-color: #5EBF73;
}
</style>
border-color css
<style>
span { border-color: #5EBF73; }
span { border-color: rgb(94,191,115); }
td.TdClassName
{
border-color: #5EBF73;
}
.TagClassName
{
border-color: #5EBF73;
}
</style>