Shades of Emerald #56C47F
Tints of Emerald #56C47F
RGB
CMYK
RGB Variations
Color information
#56C47F (or 0x56C47F) is known color: Emerald. HEX triplet: 56, C4 and 7F. RGB value is (86,196,127). Sum of RGB (Red+Green+Blue) = 86+196+127=409 (54% of max value = 765). Red value is 86 (33.98% from 255 or 21.03% from 409); Green value is 196 (76.95% from 255 or 47.92% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 196 - color contains mainly: green. Hex color #56C47F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56C47F is #A93B80. Grayscale: #9B9B9B. Windows color (decimal): -11090817 or 8373334. OLE color: 8373334.
HSL color Cylindrical-coordinate representation of color #56C47F: hue angle of 142.36º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #56C47F is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 86 | 196 | 127 | - |
| CMYK | 0.56 | 0 | 0.35 | 0.23 |
| HSL | 142.36º | 0.48% | 0.55% | - |
| HSV(B) | 142.36º | 0.56% | 0.77% | - |
| XYZ | 27.41 | 42.99 | 26.93 | - |
| YUV | 155.24 | 112.06 | 78.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 196 | 127 | 0.56 | 0 | 0.35 | 0.23 | 142.36 | 0.48 | 0.55 |
| Hex | 56 | C4 | 7F | 38 | 0 | 23 | 17 | 8E | 30 | 37 |
| Octal | 126 | 304 | 177 | 70 | 0 | 43 | 27 | 216 | 60 | 67 |
| Binary | 1010110 | 11000100 | 1111111 | 111000 | 0 | 100011 | 10111 | 10001110 | 110000 | 110111 |
Color Harmonies of #56C47F
Complementary color
Monochromatic Colors of #56C47F
Black with #56C47F
Text Example
Text Example
White with #56C47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C47F; }
p { color: rgb(86,196,127); }
H1.HeaderClassName
{
color: #56C47F;
}
.AnyTagClassName
{
color: #56C47F;
}
</style>
background-color css
<style>
a { background-color: #56C47F; }
a { background-color: rgb(86,196,127); }
div.DivClassName
{
background-color: #56C47F;
}
.BgClassName
{
background-color: #56C47F;
}
</style>
border-color css
<style>
span { border-color: #56C47F; }
span { border-color: rgb(86,196,127); }
td.TdClassName
{
border-color: #56C47F;
}
.TagClassName
{
border-color: #56C47F;
}
</style>