Shades of Fern #5EBE5A
Tints of Fern #5EBE5A
RGB
CMYK
RGB Variations
Color information
#5EBE5A (or 0x5EBE5A) is known color: Fern. HEX triplet: 5E, BE and 5A. RGB value is (94,190,90). Sum of RGB (Red+Green+Blue) = 94+190+90=374 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.13% from 374); Green value is 190 (74.61% from 255 or 50.80% from 374); Blue value is 90 (35.55% from 255 or 24.06% from 374); Max value from RGB is 190 - color contains mainly: green. Hex color #5EBE5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EBE5A is #A141A5. Grayscale: #969696. Windows color (decimal): -10568102 or 5946974. OLE color: 5946974.
HSL color Cylindrical-coordinate representation of color #5EBE5A: hue angle of 117.6º degrees, saturation: 0.43, 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 #5EBE5A is Cyan = 0.51, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 94 | 190 | 90 | - |
| CMYK | 0.51 | 0 | 0.53 | 0.25 |
| HSL | 117.6º | 0.43% | 0.55% | - |
| HSV(B) | 117.6º | 0.53% | 0.75% | - |
| XYZ | 24.88 | 39.94 | 16.07 | - |
| YUV | 149.9 | 94.2 | 88.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 190 | 90 | 0.51 | 0 | 0.53 | 0.25 | 117.6 | 0.43 | 0.55 |
| Hex | 5E | BE | 5A | 33 | 0 | 35 | 19 | 76 | 2B | 37 |
| Octal | 136 | 276 | 132 | 63 | 0 | 65 | 31 | 166 | 53 | 67 |
| Binary | 1011110 | 10111110 | 1011010 | 110011 | 0 | 110101 | 11001 | 1110110 | 101011 | 110111 |
Color Harmonies of #5EBE5A
Complementary color
Monochromatic Colors of #5EBE5A
Black with #5EBE5A
Text Example
Text Example
White with #5EBE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBE5A; }
p { color: rgb(94,190,90); }
H1.HeaderClassName
{
color: #5EBE5A;
}
.AnyTagClassName
{
color: #5EBE5A;
}
</style>
background-color css
<style>
a { background-color: #5EBE5A; }
a { background-color: rgb(94,190,90); }
div.DivClassName
{
background-color: #5EBE5A;
}
.BgClassName
{
background-color: #5EBE5A;
}
</style>
border-color css
<style>
span { border-color: #5EBE5A; }
span { border-color: rgb(94,190,90); }
td.TdClassName
{
border-color: #5EBE5A;
}
.TagClassName
{
border-color: #5EBE5A;
}
</style>