Shades of Fern #5EBB6B
Tints of Fern #5EBB6B
RGB
CMYK
RGB Variations
Color information
#5EBB6B (or 0x5EBB6B) is known color: Fern. HEX triplet: 5E, BB and 6B. RGB value is (94,187,107). Sum of RGB (Red+Green+Blue) = 94+187+107=388 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.23% from 388); Green value is 187 (73.44% from 255 or 48.20% from 388); Blue value is 107 (42.19% from 255 or 27.58% from 388); Max value from RGB is 187 - color contains mainly: green. Hex color #5EBB6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EBB6B is #A14494. Grayscale: #969696. Windows color (decimal): -10568853 or 7060318. OLE color: 7060318.
HSL color Cylindrical-coordinate representation of color #5EBB6B: hue angle of 128.39º 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 #5EBB6B is Cyan = 0.50, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 187 | 107 | - |
| CMYK | 0.50 | 0 | 0.43 | 0.27 |
| HSL | 128.39º | 0.41% | 0.55% | - |
| HSV(B) | 128.39º | 0.5% | 0.73% | - |
| XYZ | 25.04 | 38.98 | 20.11 | - |
| YUV | 150.07 | 103.69 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 187 | 107 | 0.50 | 0 | 0.43 | 0.27 | 128.39 | 0.41 | 0.55 |
| Hex | 5E | BB | 6B | 32 | 0 | 2B | 1B | 80 | 29 | 37 |
| Octal | 136 | 273 | 153 | 62 | 0 | 53 | 33 | 200 | 51 | 67 |
| Binary | 1011110 | 10111011 | 1101011 | 110010 | 0 | 101011 | 11011 | 10000000 | 101001 | 110111 |
Color Harmonies of #5EBB6B
Complementary color
Monochromatic Colors of #5EBB6B
Black with #5EBB6B
Text Example
Text Example
White with #5EBB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBB6B; }
p { color: rgb(94,187,107); }
H1.HeaderClassName
{
color: #5EBB6B;
}
.AnyTagClassName
{
color: #5EBB6B;
}
</style>
background-color css
<style>
a { background-color: #5EBB6B; }
a { background-color: rgb(94,187,107); }
div.DivClassName
{
background-color: #5EBB6B;
}
.BgClassName
{
background-color: #5EBB6B;
}
</style>
border-color css
<style>
span { border-color: #5EBB6B; }
span { border-color: rgb(94,187,107); }
td.TdClassName
{
border-color: #5EBB6B;
}
.TagClassName
{
border-color: #5EBB6B;
}
</style>