Shades of Emerald #56BC73
Tints of Emerald #56BC73
RGB
CMYK
RGB Variations
Color information
#56BC73 (or 0x56BC73) is known color: Emerald. HEX triplet: 56, BC and 73. RGB value is (86,188,115). Sum of RGB (Red+Green+Blue) = 86+188+115=389 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.11% from 389); Green value is 188 (73.83% from 255 or 48.33% from 389); Blue value is 115 (45.31% from 255 or 29.56% from 389); Max value from RGB is 188 - color contains mainly: green. Hex color #56BC73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56BC73 is #A9438C. Grayscale: #959595. Windows color (decimal): -11092877 or 7584854. OLE color: 7584854.
HSL color Cylindrical-coordinate representation of color #56BC73: hue angle of 137.06º 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 #56BC73 is Cyan = 0.54, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 188 | 115 | - |
| CMYK | 0.54 | 0 | 0.39 | 0.26 |
| HSL | 137.06º | 0.43% | 0.54% | - |
| HSV(B) | 137.06º | 0.54% | 0.74% | - |
| XYZ | 24.92 | 39.18 | 22.47 | - |
| YUV | 149.18 | 108.71 | 82.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 188 | 115 | 0.54 | 0 | 0.39 | 0.26 | 137.06 | 0.43 | 0.54 |
| Hex | 56 | BC | 73 | 36 | 0 | 27 | 1A | 89 | 2B | 36 |
| Octal | 126 | 274 | 163 | 66 | 0 | 47 | 32 | 211 | 53 | 66 |
| Binary | 1010110 | 10111100 | 1110011 | 110110 | 0 | 100111 | 11010 | 10001001 | 101011 | 110110 |
Color Harmonies of #56BC73
Complementary color
Monochromatic Colors of #56BC73
Black with #56BC73
Text Example
Text Example
White with #56BC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BC73; }
p { color: rgb(86,188,115); }
H1.HeaderClassName
{
color: #56BC73;
}
.AnyTagClassName
{
color: #56BC73;
}
</style>
background-color css
<style>
a { background-color: #56BC73; }
a { background-color: rgb(86,188,115); }
div.DivClassName
{
background-color: #56BC73;
}
.BgClassName
{
background-color: #56BC73;
}
</style>
border-color css
<style>
span { border-color: #56BC73; }
span { border-color: rgb(86,188,115); }
td.TdClassName
{
border-color: #56BC73;
}
.TagClassName
{
border-color: #56BC73;
}
</style>