Shades of Emerald #56D770
Tints of Emerald #56D770
RGB
CMYK
RGB Variations
Color information
#56D770 (or 0x56D770) is known color: Emerald. HEX triplet: 56, D7 and 70. RGB value is (86,215,112). Sum of RGB (Red+Green+Blue) = 86+215+112=413 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.82% from 413); Green value is 215 (84.38% from 255 or 52.06% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 215 - color contains mainly: green. Hex color #56D770 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56D770 is #A9288F. Grayscale: #A4A4A4. Windows color (decimal): -11085968 or 7395158. OLE color: 7395158.
HSL color Cylindrical-coordinate representation of color #56D770: hue angle of 132.09º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #56D770 is Cyan = 0.6, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 86 | 215 | 112 | - |
| CMYK | 0.6 | 0 | 0.48 | 0.16 |
| HSL | 132.09º | 0.62% | 0.59% | - |
| HSV(B) | 132.09º | 0.6% | 0.84% | - |
| XYZ | 31.06 | 51.75 | 23.68 | - |
| YUV | 164.69 | 98.26 | 71.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 215 | 112 | 0.6 | 0 | 0.48 | 0.16 | 132.09 | 0.62 | 0.59 |
| Hex | 56 | D7 | 70 | 3C | 0 | 30 | 10 | 84 | 3E | 3B |
| Octal | 126 | 327 | 160 | 74 | 0 | 60 | 20 | 204 | 76 | 73 |
| Binary | 1010110 | 11010111 | 1110000 | 111100 | 0 | 110000 | 10000 | 10000100 | 111110 | 111011 |
Color Harmonies of #56D770
Complementary color
Monochromatic Colors of #56D770
Black with #56D770
Text Example
Text Example
White with #56D770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56D770; }
p { color: rgb(86,215,112); }
H1.HeaderClassName
{
color: #56D770;
}
.AnyTagClassName
{
color: #56D770;
}
</style>
background-color css
<style>
a { background-color: #56D770; }
a { background-color: rgb(86,215,112); }
div.DivClassName
{
background-color: #56D770;
}
.BgClassName
{
background-color: #56D770;
}
</style>
border-color css
<style>
span { border-color: #56D770; }
span { border-color: rgb(86,215,112); }
td.TdClassName
{
border-color: #56D770;
}
.TagClassName
{
border-color: #56D770;
}
</style>