Shades of Fern #5EBF5A
Tints of Fern #5EBF5A
RGB
CMYK
RGB Variations
Color information
#5EBF5A (or 0x5EBF5A) is known color: Fern. HEX triplet: 5E, BF and 5A. RGB value is (94,191,90). Sum of RGB (Red+Green+Blue) = 94+191+90=375 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.07% from 375); Green value is 191 (75% from 255 or 50.93% from 375); Blue value is 90 (35.55% from 255 or 24% from 375); Max value from RGB is 191 - color contains mainly: green. Hex color #5EBF5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EBF5A is #A140A5. Grayscale: #969696. Windows color (decimal): -10567846 or 5947230. OLE color: 5947230.
HSL color Cylindrical-coordinate representation of color #5EBF5A: hue angle of 117.62º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5EBF5A is Cyan = 0.51, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 94 | 191 | 90 | - |
| CMYK | 0.51 | 0 | 0.53 | 0.25 |
| HSL | 117.62º | 0.44% | 0.55% | - |
| HSV(B) | 117.62º | 0.53% | 0.75% | - |
| XYZ | 25.09 | 40.38 | 16.14 | - |
| YUV | 150.48 | 93.86 | 87.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 191 | 90 | 0.51 | 0 | 0.53 | 0.25 | 117.62 | 0.44 | 0.55 |
| Hex | 5E | BF | 5A | 33 | 0 | 35 | 19 | 76 | 2C | 37 |
| Octal | 136 | 277 | 132 | 63 | 0 | 65 | 31 | 166 | 54 | 67 |
| Binary | 1011110 | 10111111 | 1011010 | 110011 | 0 | 110101 | 11001 | 1110110 | 101100 | 110111 |
Color Harmonies of #5EBF5A
Complementary color
Monochromatic Colors of #5EBF5A
Black with #5EBF5A
Text Example
Text Example
White with #5EBF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBF5A; }
p { color: rgb(94,191,90); }
H1.HeaderClassName
{
color: #5EBF5A;
}
.AnyTagClassName
{
color: #5EBF5A;
}
</style>
background-color css
<style>
a { background-color: #5EBF5A; }
a { background-color: rgb(94,191,90); }
div.DivClassName
{
background-color: #5EBF5A;
}
.BgClassName
{
background-color: #5EBF5A;
}
</style>
border-color css
<style>
span { border-color: #5EBF5A; }
span { border-color: rgb(94,191,90); }
td.TdClassName
{
border-color: #5EBF5A;
}
.TagClassName
{
border-color: #5EBF5A;
}
</style>