Shades of Fern #5ECB6B
Tints of Fern #5ECB6B
RGB
CMYK
RGB Variations
Color information
#5ECB6B (or 0x5ECB6B) is known color: Fern. HEX triplet: 5E, CB and 6B. RGB value is (94,203,107). Sum of RGB (Red+Green+Blue) = 94+203+107=404 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.27% from 404); Green value is 203 (79.69% from 255 or 50.25% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 203 - color contains mainly: green. Hex color #5ECB6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ECB6B is #A13494. Grayscale: #9F9F9F. Windows color (decimal): -10564757 or 7064414. OLE color: 7064414.
HSL color Cylindrical-coordinate representation of color #5ECB6B: hue angle of 127.16º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5ECB6B is Cyan = 0.54, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 203 | 107 | - |
| CMYK | 0.54 | 0 | 0.47 | 0.20 |
| HSL | 127.16º | 0.51% | 0.58% | - |
| HSV(B) | 127.16º | 0.54% | 0.8% | - |
| XYZ | 28.63 | 46.15 | 21.31 | - |
| YUV | 159.47 | 98.39 | 81.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 203 | 107 | 0.54 | 0 | 0.47 | 0.20 | 127.16 | 0.51 | 0.58 |
| Hex | 5E | CB | 6B | 36 | 0 | 2F | 14 | 7F | 33 | 3A |
| Octal | 136 | 313 | 153 | 66 | 0 | 57 | 24 | 177 | 63 | 72 |
| Binary | 1011110 | 11001011 | 1101011 | 110110 | 0 | 101111 | 10100 | 1111111 | 110011 | 111010 |
Color Harmonies of #5ECB6B
Complementary color
Monochromatic Colors of #5ECB6B
Black with #5ECB6B
Text Example
Text Example
White with #5ECB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECB6B; }
p { color: rgb(94,203,107); }
H1.HeaderClassName
{
color: #5ECB6B;
}
.AnyTagClassName
{
color: #5ECB6B;
}
</style>
background-color css
<style>
a { background-color: #5ECB6B; }
a { background-color: rgb(94,203,107); }
div.DivClassName
{
background-color: #5ECB6B;
}
.BgClassName
{
background-color: #5ECB6B;
}
</style>
border-color css
<style>
span { border-color: #5ECB6B; }
span { border-color: rgb(94,203,107); }
td.TdClassName
{
border-color: #5ECB6B;
}
.TagClassName
{
border-color: #5ECB6B;
}
</style>