Shades of Emerald #56C672
Tints of Emerald #56C672
RGB
CMYK
RGB Variations
Color information
#56C672 (or 0x56C672) is known color: Emerald. HEX triplet: 56, C6 and 72. RGB value is (86,198,114). Sum of RGB (Red+Green+Blue) = 86+198+114=398 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.61% from 398); Green value is 198 (77.73% from 255 or 49.75% from 398); Blue value is 114 (44.92% from 255 or 28.64% from 398); Max value from RGB is 198 - color contains mainly: green. Hex color #56C672 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56C672 is #A9398D. Grayscale: #9B9B9B. Windows color (decimal): -11090318 or 7521878. OLE color: 7521878.
HSL color Cylindrical-coordinate representation of color #56C672: hue angle of 135º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #56C672 is Cyan = 0.57, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 86 | 198 | 114 | - |
| CMYK | 0.57 | 0 | 0.42 | 0.22 |
| HSL | 135º | 0.5% | 0.56% | - |
| HSV(B) | 135º | 0.57% | 0.78% | - |
| XYZ | 27.07 | 43.58 | 22.9 | - |
| YUV | 154.94 | 104.89 | 78.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 198 | 114 | 0.57 | 0 | 0.42 | 0.22 | 135 | 0.5 | 0.56 |
| Hex | 56 | C6 | 72 | 39 | 0 | 2A | 16 | 87 | 32 | 38 |
| Octal | 126 | 306 | 162 | 71 | 0 | 52 | 26 | 207 | 62 | 70 |
| Binary | 1010110 | 11000110 | 1110010 | 111001 | 0 | 101010 | 10110 | 10000111 | 110010 | 111000 |
Color Harmonies of #56C672
Complementary color
Monochromatic Colors of #56C672
Black with #56C672
Text Example
Text Example
White with #56C672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C672; }
p { color: rgb(86,198,114); }
H1.HeaderClassName
{
color: #56C672;
}
.AnyTagClassName
{
color: #56C672;
}
</style>
background-color css
<style>
a { background-color: #56C672; }
a { background-color: rgb(86,198,114); }
div.DivClassName
{
background-color: #56C672;
}
.BgClassName
{
background-color: #56C672;
}
</style>
border-color css
<style>
span { border-color: #56C672; }
span { border-color: rgb(86,198,114); }
td.TdClassName
{
border-color: #56C672;
}
.TagClassName
{
border-color: #56C672;
}
</style>