Shades of Emerald #56BC81
Tints of Emerald #56BC81
RGB
CMYK
RGB Variations
Color information
#56BC81 (or 0x56BC81) is known color: Emerald. HEX triplet: 56, BC and 81. RGB value is (86,188,129). Sum of RGB (Red+Green+Blue) = 86+188+129=403 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.34% from 403); Green value is 188 (73.83% from 255 or 46.65% from 403); Blue value is 129 (50.78% from 255 or 32.01% from 403); Max value from RGB is 188 - color contains mainly: green. Hex color #56BC81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56BC81 is #A9437E. Grayscale: #969696. Windows color (decimal): -11092863 or 8502358. OLE color: 8502358.
HSL color Cylindrical-coordinate representation of color #56BC81: hue angle of 145.29º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #56BC81 is Cyan = 0.54, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 188 | 129 | - |
| CMYK | 0.54 | 0 | 0.31 | 0.26 |
| HSL | 145.29º | 0.43% | 0.54% | - |
| HSV(B) | 145.29º | 0.54% | 0.74% | - |
| XYZ | 25.78 | 39.53 | 27.04 | - |
| YUV | 150.78 | 115.71 | 81.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 188 | 129 | 0.54 | 0 | 0.31 | 0.26 | 145.29 | 0.43 | 0.54 |
| Hex | 56 | BC | 81 | 36 | 0 | 1F | 1A | 91 | 2B | 36 |
| Octal | 126 | 274 | 201 | 66 | 0 | 37 | 32 | 221 | 53 | 66 |
| Binary | 1010110 | 10111100 | 10000001 | 110110 | 0 | 11111 | 11010 | 10010001 | 101011 | 110110 |
Color Harmonies of #56BC81
Complementary color
Monochromatic Colors of #56BC81
Black with #56BC81
Text Example
Text Example
White with #56BC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BC81; }
p { color: rgb(86,188,129); }
H1.HeaderClassName
{
color: #56BC81;
}
.AnyTagClassName
{
color: #56BC81;
}
</style>
background-color css
<style>
a { background-color: #56BC81; }
a { background-color: rgb(86,188,129); }
div.DivClassName
{
background-color: #56BC81;
}
.BgClassName
{
background-color: #56BC81;
}
</style>
border-color css
<style>
span { border-color: #56BC81; }
span { border-color: rgb(86,188,129); }
td.TdClassName
{
border-color: #56BC81;
}
.TagClassName
{
border-color: #56BC81;
}
</style>