Shades of Fern #5EBC64
Tints of Fern #5EBC64
RGB
CMYK
RGB Variations
Color information
#5EBC64 (or 0x5EBC64) is known color: Fern. HEX triplet: 5E, BC and 64. RGB value is (94,188,100). Sum of RGB (Red+Green+Blue) = 94+188+100=382 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.61% from 382); Green value is 188 (73.83% from 255 or 49.21% from 382); Blue value is 100 (39.45% from 255 or 26.18% from 382); Max value from RGB is 188 - color contains mainly: green. Hex color #5EBC64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EBC64 is #A1439B. Grayscale: #969696. Windows color (decimal): -10568604 or 6601822. OLE color: 6601822.
HSL color Cylindrical-coordinate representation of color #5EBC64: hue angle of 123.83º 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 #5EBC64 is Cyan = 0.50, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 188 | 100 | - |
| CMYK | 0.50 | 0 | 0.47 | 0.26 |
| HSL | 123.83º | 0.41% | 0.55% | - |
| HSV(B) | 123.83º | 0.5% | 0.74% | - |
| XYZ | 24.9 | 39.27 | 18.32 | - |
| YUV | 149.86 | 99.86 | 88.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 188 | 100 | 0.50 | 0 | 0.47 | 0.26 | 123.83 | 0.41 | 0.55 |
| Hex | 5E | BC | 64 | 32 | 0 | 2F | 1A | 7C | 29 | 37 |
| Octal | 136 | 274 | 144 | 62 | 0 | 57 | 32 | 174 | 51 | 67 |
| Binary | 1011110 | 10111100 | 1100100 | 110010 | 0 | 101111 | 11010 | 1111100 | 101001 | 110111 |
Color Harmonies of #5EBC64
Complementary color
Monochromatic Colors of #5EBC64
Black with #5EBC64
Text Example
Text Example
White with #5EBC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBC64; }
p { color: rgb(94,188,100); }
H1.HeaderClassName
{
color: #5EBC64;
}
.AnyTagClassName
{
color: #5EBC64;
}
</style>
background-color css
<style>
a { background-color: #5EBC64; }
a { background-color: rgb(94,188,100); }
div.DivClassName
{
background-color: #5EBC64;
}
.BgClassName
{
background-color: #5EBC64;
}
</style>
border-color css
<style>
span { border-color: #5EBC64; }
span { border-color: rgb(94,188,100); }
td.TdClassName
{
border-color: #5EBC64;
}
.TagClassName
{
border-color: #5EBC64;
}
</style>