Shades of Fern #5EBD68
Tints of Fern #5EBD68
RGB
CMYK
RGB Variations
Color information
#5EBD68 (or 0x5EBD68) is known color: Fern. HEX triplet: 5E, BD and 68. RGB value is (94,189,104). Sum of RGB (Red+Green+Blue) = 94+189+104=387 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.29% from 387); Green value is 189 (74.22% from 255 or 48.84% from 387); Blue value is 104 (41.02% from 255 or 26.87% from 387); Max value from RGB is 189 - color contains mainly: green. Hex color #5EBD68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EBD68 is #A14297. Grayscale: #979797. Windows color (decimal): -10568344 or 6864222. OLE color: 6864222.
HSL color Cylindrical-coordinate representation of color #5EBD68: hue angle of 126.32º degrees, saturation: 0.42, 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 #5EBD68 is Cyan = 0.50, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 189 | 104 | - |
| CMYK | 0.50 | 0 | 0.45 | 0.26 |
| HSL | 126.32º | 0.42% | 0.55% | - |
| HSV(B) | 126.32º | 0.5% | 0.74% | - |
| XYZ | 25.31 | 39.77 | 19.44 | - |
| YUV | 150.91 | 101.53 | 87.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 189 | 104 | 0.50 | 0 | 0.45 | 0.26 | 126.32 | 0.42 | 0.55 |
| Hex | 5E | BD | 68 | 32 | 0 | 2D | 1A | 7E | 2A | 37 |
| Octal | 136 | 275 | 150 | 62 | 0 | 55 | 32 | 176 | 52 | 67 |
| Binary | 1011110 | 10111101 | 1101000 | 110010 | 0 | 101101 | 11010 | 1111110 | 101010 | 110111 |
Color Harmonies of #5EBD68
Complementary color
Monochromatic Colors of #5EBD68
Black with #5EBD68
Text Example
Text Example
White with #5EBD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBD68; }
p { color: rgb(94,189,104); }
H1.HeaderClassName
{
color: #5EBD68;
}
.AnyTagClassName
{
color: #5EBD68;
}
</style>
background-color css
<style>
a { background-color: #5EBD68; }
a { background-color: rgb(94,189,104); }
div.DivClassName
{
background-color: #5EBD68;
}
.BgClassName
{
background-color: #5EBD68;
}
</style>
border-color css
<style>
span { border-color: #5EBD68; }
span { border-color: rgb(94,189,104); }
td.TdClassName
{
border-color: #5EBD68;
}
.TagClassName
{
border-color: #5EBD68;
}
</style>