Shades of Emerald #56C07C
Tints of Emerald #56C07C
RGB
CMYK
RGB Variations
Color information
#56C07C (or 0x56C07C) is known color: Emerald. HEX triplet: 56, C0 and 7C. RGB value is (86,192,124). Sum of RGB (Red+Green+Blue) = 86+192+124=402 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.39% from 402); Green value is 192 (75.39% from 255 or 47.76% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 192 - color contains mainly: green. Hex color #56C07C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56C07C is #A93F83. Grayscale: #989898. Windows color (decimal): -11091844 or 8175702. OLE color: 8175702.
HSL color Cylindrical-coordinate representation of color #56C07C: hue angle of 141.51º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #56C07C is Cyan = 0.55, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 86 | 192 | 124 | - |
| CMYK | 0.55 | 0 | 0.35 | 0.25 |
| HSL | 141.51º | 0.46% | 0.55% | - |
| HSV(B) | 141.51º | 0.55% | 0.75% | - |
| XYZ | 26.33 | 41.13 | 25.62 | - |
| YUV | 152.55 | 111.88 | 80.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 192 | 124 | 0.55 | 0 | 0.35 | 0.25 | 141.51 | 0.46 | 0.55 |
| Hex | 56 | C0 | 7C | 37 | 0 | 23 | 19 | 8E | 2E | 37 |
| Octal | 126 | 300 | 174 | 67 | 0 | 43 | 31 | 216 | 56 | 67 |
| Binary | 1010110 | 11000000 | 1111100 | 110111 | 0 | 100011 | 11001 | 10001110 | 101110 | 110111 |
Color Harmonies of #56C07C
Complementary color
Monochromatic Colors of #56C07C
Black with #56C07C
Text Example
Text Example
White with #56C07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C07C; }
p { color: rgb(86,192,124); }
H1.HeaderClassName
{
color: #56C07C;
}
.AnyTagClassName
{
color: #56C07C;
}
</style>
background-color css
<style>
a { background-color: #56C07C; }
a { background-color: rgb(86,192,124); }
div.DivClassName
{
background-color: #56C07C;
}
.BgClassName
{
background-color: #56C07C;
}
</style>
border-color css
<style>
span { border-color: #56C07C; }
span { border-color: rgb(86,192,124); }
td.TdClassName
{
border-color: #56C07C;
}
.TagClassName
{
border-color: #56C07C;
}
</style>