Shades of Emerald #56C07F
Tints of Emerald #56C07F
RGB
CMYK
RGB Variations
Color information
#56C07F (or 0x56C07F) is known color: Emerald. HEX triplet: 56, C0 and 7F. RGB value is (86,192,127). Sum of RGB (Red+Green+Blue) = 86+192+127=405 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.23% from 405); Green value is 192 (75.39% from 255 or 47.41% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 192 - color contains mainly: green. Hex color #56C07F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56C07F is #A93F80. Grayscale: #999999. Windows color (decimal): -11091841 or 8372310. OLE color: 8372310.
HSL color Cylindrical-coordinate representation of color #56C07F: hue angle of 143.21º 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 #56C07F is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 86 | 192 | 127 | - |
| CMYK | 0.55 | 0 | 0.34 | 0.25 |
| HSL | 143.21º | 0.46% | 0.55% | - |
| HSV(B) | 143.21º | 0.55% | 0.75% | - |
| XYZ | 26.52 | 41.21 | 26.64 | - |
| YUV | 152.9 | 113.38 | 80.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 192 | 127 | 0.55 | 0 | 0.34 | 0.25 | 143.21 | 0.46 | 0.55 |
| Hex | 56 | C0 | 7F | 37 | 0 | 22 | 19 | 8F | 2E | 37 |
| Octal | 126 | 300 | 177 | 67 | 0 | 42 | 31 | 217 | 56 | 67 |
| Binary | 1010110 | 11000000 | 1111111 | 110111 | 0 | 100010 | 11001 | 10001111 | 101110 | 110111 |
Color Harmonies of #56C07F
Complementary color
Monochromatic Colors of #56C07F
Black with #56C07F
Text Example
Text Example
White with #56C07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C07F; }
p { color: rgb(86,192,127); }
H1.HeaderClassName
{
color: #56C07F;
}
.AnyTagClassName
{
color: #56C07F;
}
</style>
background-color css
<style>
a { background-color: #56C07F; }
a { background-color: rgb(86,192,127); }
div.DivClassName
{
background-color: #56C07F;
}
.BgClassName
{
background-color: #56C07F;
}
</style>
border-color css
<style>
span { border-color: #56C07F; }
span { border-color: rgb(86,192,127); }
td.TdClassName
{
border-color: #56C07F;
}
.TagClassName
{
border-color: #56C07F;
}
</style>