Shades of Fern #5EBC65
Tints of Fern #5EBC65
RGB
CMYK
RGB Variations
Color information
#5EBC65 (or 0x5EBC65) is known color: Fern. HEX triplet: 5E, BC and 65. RGB value is (94,188,101). Sum of RGB (Red+Green+Blue) = 94+188+101=383 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.54% from 383); Green value is 188 (73.83% from 255 or 49.09% from 383); Blue value is 101 (39.84% from 255 or 26.37% from 383); Max value from RGB is 188 - color contains mainly: green. Hex color #5EBC65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EBC65 is #A1439A. Grayscale: #969696. Windows color (decimal): -10568603 or 6667358. OLE color: 6667358.
HSL color Cylindrical-coordinate representation of color #5EBC65: hue angle of 124.47º degrees, saturation: 0.41, 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 #5EBC65 is Cyan = 0.50, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 188 | 101 | - |
| CMYK | 0.50 | 0 | 0.46 | 0.26 |
| HSL | 124.47º | 0.41% | 0.55% | - |
| HSV(B) | 124.47º | 0.5% | 0.74% | - |
| XYZ | 24.95 | 39.29 | 18.58 | - |
| YUV | 149.98 | 100.36 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 188 | 101 | 0.50 | 0 | 0.46 | 0.26 | 124.47 | 0.41 | 0.55 |
| Hex | 5E | BC | 65 | 32 | 0 | 2E | 1A | 7C | 29 | 37 |
| Octal | 136 | 274 | 145 | 62 | 0 | 56 | 32 | 174 | 51 | 67 |
| Binary | 1011110 | 10111100 | 1100101 | 110010 | 0 | 101110 | 11010 | 1111100 | 101001 | 110111 |
Color Harmonies of #5EBC65
Complementary color
Monochromatic Colors of #5EBC65
Black with #5EBC65
Text Example
Text Example
White with #5EBC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBC65; }
p { color: rgb(94,188,101); }
H1.HeaderClassName
{
color: #5EBC65;
}
.AnyTagClassName
{
color: #5EBC65;
}
</style>
background-color css
<style>
a { background-color: #5EBC65; }
a { background-color: rgb(94,188,101); }
div.DivClassName
{
background-color: #5EBC65;
}
.BgClassName
{
background-color: #5EBC65;
}
</style>
border-color css
<style>
span { border-color: #5EBC65; }
span { border-color: rgb(94,188,101); }
td.TdClassName
{
border-color: #5EBC65;
}
.TagClassName
{
border-color: #5EBC65;
}
</style>