Shades of Fern #5EBB70
Tints of Fern #5EBB70
RGB
CMYK
RGB Variations
Color information
#5EBB70 (or 0x5EBB70) is known color: Fern. HEX triplet: 5E, BB and 70. RGB value is (94,187,112). Sum of RGB (Red+Green+Blue) = 94+187+112=393 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.92% from 393); Green value is 187 (73.44% from 255 or 47.58% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 187 - color contains mainly: green. Hex color #5EBB70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EBB70 is #A1448F. Grayscale: #969696. Windows color (decimal): -10568848 or 7387998. OLE color: 7387998.
HSL color Cylindrical-coordinate representation of color #5EBB70: hue angle of 131.61º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5EBB70 is Cyan = 0.50, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 187 | 112 | - |
| CMYK | 0.50 | 0 | 0.40 | 0.27 |
| HSL | 131.61º | 0.41% | 0.55% | - |
| HSV(B) | 131.61º | 0.5% | 0.73% | - |
| XYZ | 25.31 | 39.09 | 21.54 | - |
| YUV | 150.64 | 106.19 | 87.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 187 | 112 | 0.50 | 0 | 0.40 | 0.27 | 131.61 | 0.41 | 0.55 |
| Hex | 5E | BB | 70 | 32 | 0 | 28 | 1B | 84 | 29 | 37 |
| Octal | 136 | 273 | 160 | 62 | 0 | 50 | 33 | 204 | 51 | 67 |
| Binary | 1011110 | 10111011 | 1110000 | 110010 | 0 | 101000 | 11011 | 10000100 | 101001 | 110111 |
Color Harmonies of #5EBB70
Complementary color
Monochromatic Colors of #5EBB70
Black with #5EBB70
Text Example
Text Example
White with #5EBB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBB70; }
p { color: rgb(94,187,112); }
H1.HeaderClassName
{
color: #5EBB70;
}
.AnyTagClassName
{
color: #5EBB70;
}
</style>
background-color css
<style>
a { background-color: #5EBB70; }
a { background-color: rgb(94,187,112); }
div.DivClassName
{
background-color: #5EBB70;
}
.BgClassName
{
background-color: #5EBB70;
}
</style>
border-color css
<style>
span { border-color: #5EBB70; }
span { border-color: rgb(94,187,112); }
td.TdClassName
{
border-color: #5EBB70;
}
.TagClassName
{
border-color: #5EBB70;
}
</style>