Shades of Emerald #56CF78
Tints of Emerald #56CF78
RGB
CMYK
RGB Variations
Color information
#56CF78 (or 0x56CF78) is known color: Emerald. HEX triplet: 56, CF and 78. RGB value is (86,207,120). Sum of RGB (Red+Green+Blue) = 86+207+120=413 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.82% from 413); Green value is 207 (81.25% from 255 or 50.12% from 413); Blue value is 120 (47.27% from 255 or 29.06% from 413); Max value from RGB is 207 - color contains mainly: green. Hex color #56CF78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56CF78 is #A93087. Grayscale: #A1A1A1. Windows color (decimal): -11088008 or 7917398. OLE color: 7917398.
HSL color Cylindrical-coordinate representation of color #56CF78: hue angle of 136.86º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56CF78 is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 86 | 207 | 120 | - |
| CMYK | 0.58 | 0 | 0.42 | 0.19 |
| HSL | 136.86º | 0.56% | 0.57% | - |
| HSV(B) | 136.86º | 0.58% | 0.81% | - |
| XYZ | 29.54 | 47.96 | 25.47 | - |
| YUV | 160.9 | 104.91 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 207 | 120 | 0.58 | 0 | 0.42 | 0.19 | 136.86 | 0.56 | 0.57 |
| Hex | 56 | CF | 78 | 3A | 0 | 2A | 13 | 89 | 38 | 39 |
| Octal | 126 | 317 | 170 | 72 | 0 | 52 | 23 | 211 | 70 | 71 |
| Binary | 1010110 | 11001111 | 1111000 | 111010 | 0 | 101010 | 10011 | 10001001 | 111000 | 111001 |
Color Harmonies of #56CF78
Complementary color
Monochromatic Colors of #56CF78
Black with #56CF78
Text Example
Text Example
White with #56CF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CF78; }
p { color: rgb(86,207,120); }
H1.HeaderClassName
{
color: #56CF78;
}
.AnyTagClassName
{
color: #56CF78;
}
</style>
background-color css
<style>
a { background-color: #56CF78; }
a { background-color: rgb(86,207,120); }
div.DivClassName
{
background-color: #56CF78;
}
.BgClassName
{
background-color: #56CF78;
}
</style>
border-color css
<style>
span { border-color: #56CF78; }
span { border-color: rgb(86,207,120); }
td.TdClassName
{
border-color: #56CF78;
}
.TagClassName
{
border-color: #56CF78;
}
</style>