Shades of Emerald #56C072
Tints of Emerald #56C072
RGB
CMYK
RGB Variations
Color information
#56C072 (or 0x56C072) is known color: Emerald. HEX triplet: 56, C0 and 72. RGB value is (86,192,114). Sum of RGB (Red+Green+Blue) = 86+192+114=392 (51% of max value = 765). Red value is 86 (33.98% from 255 or 21.94% from 392); Green value is 192 (75.39% from 255 or 48.98% from 392); Blue value is 114 (44.92% from 255 or 29.08% from 392); Max value from RGB is 192 - color contains mainly: green. Hex color #56C072 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56C072 is #A93F8D. Grayscale: #979797. Windows color (decimal): -11091854 or 7520342. OLE color: 7520342.
HSL color Cylindrical-coordinate representation of color #56C072: hue angle of 135.85º 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 #56C072 is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 86 | 192 | 114 | - |
| CMYK | 0.55 | 0 | 0.41 | 0.25 |
| HSL | 135.85º | 0.46% | 0.55% | - |
| HSV(B) | 135.85º | 0.55% | 0.75% | - |
| XYZ | 25.72 | 40.89 | 22.46 | - |
| YUV | 151.41 | 106.88 | 81.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 192 | 114 | 0.55 | 0 | 0.41 | 0.25 | 135.85 | 0.46 | 0.55 |
| Hex | 56 | C0 | 72 | 37 | 0 | 29 | 19 | 88 | 2E | 37 |
| Octal | 126 | 300 | 162 | 67 | 0 | 51 | 31 | 210 | 56 | 67 |
| Binary | 1010110 | 11000000 | 1110010 | 110111 | 0 | 101001 | 11001 | 10001000 | 101110 | 110111 |
Color Harmonies of #56C072
Complementary color
Monochromatic Colors of #56C072
Black with #56C072
Text Example
Text Example
White with #56C072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C072; }
p { color: rgb(86,192,114); }
H1.HeaderClassName
{
color: #56C072;
}
.AnyTagClassName
{
color: #56C072;
}
</style>
background-color css
<style>
a { background-color: #56C072; }
a { background-color: rgb(86,192,114); }
div.DivClassName
{
background-color: #56C072;
}
.BgClassName
{
background-color: #56C072;
}
</style>
border-color css
<style>
span { border-color: #56C072; }
span { border-color: rgb(86,192,114); }
td.TdClassName
{
border-color: #56C072;
}
.TagClassName
{
border-color: #56C072;
}
</style>