Shades of Fern #5EBD63
Tints of Fern #5EBD63
RGB
CMYK
RGB Variations
Color information
#5EBD63 (or 0x5EBD63) is known color: Fern. HEX triplet: 5E, BD and 63. RGB value is (94,189,99). Sum of RGB (Red+Green+Blue) = 94+189+99=382 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.61% from 382); Green value is 189 (74.22% from 255 or 49.48% from 382); Blue value is 99 (39.06% from 255 or 25.92% from 382); Max value from RGB is 189 - color contains mainly: green. Hex color #5EBD63 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EBD63 is #A1429C. Grayscale: #969696. Windows color (decimal): -10568349 or 6536542. OLE color: 6536542.
HSL color Cylindrical-coordinate representation of color #5EBD63: hue angle of 123.16º 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 #5EBD63 is Cyan = 0.50, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 189 | 99 | - |
| CMYK | 0.50 | 0 | 0.48 | 0.26 |
| HSL | 123.16º | 0.42% | 0.55% | - |
| HSV(B) | 123.16º | 0.5% | 0.74% | - |
| XYZ | 25.07 | 39.68 | 18.14 | - |
| YUV | 150.34 | 99.03 | 87.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 189 | 99 | 0.50 | 0 | 0.48 | 0.26 | 123.16 | 0.42 | 0.55 |
| Hex | 5E | BD | 63 | 32 | 0 | 30 | 1A | 7B | 2A | 37 |
| Octal | 136 | 275 | 143 | 62 | 0 | 60 | 32 | 173 | 52 | 67 |
| Binary | 1011110 | 10111101 | 1100011 | 110010 | 0 | 110000 | 11010 | 1111011 | 101010 | 110111 |
Color Harmonies of #5EBD63
Complementary color
Monochromatic Colors of #5EBD63
Black with #5EBD63
Text Example
Text Example
White with #5EBD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBD63; }
p { color: rgb(94,189,99); }
H1.HeaderClassName
{
color: #5EBD63;
}
.AnyTagClassName
{
color: #5EBD63;
}
</style>
background-color css
<style>
a { background-color: #5EBD63; }
a { background-color: rgb(94,189,99); }
div.DivClassName
{
background-color: #5EBD63;
}
.BgClassName
{
background-color: #5EBD63;
}
</style>
border-color css
<style>
span { border-color: #5EBD63; }
span { border-color: rgb(94,189,99); }
td.TdClassName
{
border-color: #5EBD63;
}
.TagClassName
{
border-color: #5EBD63;
}
</style>