Shades of Fern #5EBC68
Tints of Fern #5EBC68
RGB
CMYK
RGB Variations
Color information
#5EBC68 (or 0x5EBC68) is known color: Fern. HEX triplet: 5E, BC and 68. RGB value is (94,188,104). Sum of RGB (Red+Green+Blue) = 94+188+104=386 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.35% from 386); Green value is 188 (73.83% from 255 or 48.70% from 386); Blue value is 104 (41.02% from 255 or 26.94% from 386); Max value from RGB is 188 - color contains mainly: green. Hex color #5EBC68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EBC68 is #A14397. Grayscale: #969696. Windows color (decimal): -10568600 or 6863966. OLE color: 6863966.
HSL color Cylindrical-coordinate representation of color #5EBC68: hue angle of 126.38º 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 #5EBC68 is Cyan = 0.50, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 188 | 104 | - |
| CMYK | 0.50 | 0 | 0.45 | 0.26 |
| HSL | 126.38º | 0.41% | 0.55% | - |
| HSV(B) | 126.38º | 0.5% | 0.74% | - |
| XYZ | 25.1 | 39.35 | 19.37 | - |
| YUV | 150.32 | 101.86 | 87.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 188 | 104 | 0.50 | 0 | 0.45 | 0.26 | 126.38 | 0.41 | 0.55 |
| Hex | 5E | BC | 68 | 32 | 0 | 2D | 1A | 7E | 29 | 37 |
| Octal | 136 | 274 | 150 | 62 | 0 | 55 | 32 | 176 | 51 | 67 |
| Binary | 1011110 | 10111100 | 1101000 | 110010 | 0 | 101101 | 11010 | 1111110 | 101001 | 110111 |
Color Harmonies of #5EBC68
Complementary color
Monochromatic Colors of #5EBC68
Black with #5EBC68
Text Example
Text Example
White with #5EBC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBC68; }
p { color: rgb(94,188,104); }
H1.HeaderClassName
{
color: #5EBC68;
}
.AnyTagClassName
{
color: #5EBC68;
}
</style>
background-color css
<style>
a { background-color: #5EBC68; }
a { background-color: rgb(94,188,104); }
div.DivClassName
{
background-color: #5EBC68;
}
.BgClassName
{
background-color: #5EBC68;
}
</style>
border-color css
<style>
span { border-color: #5EBC68; }
span { border-color: rgb(94,188,104); }
td.TdClassName
{
border-color: #5EBC68;
}
.TagClassName
{
border-color: #5EBC68;
}
</style>