Shades of Emerald #56D970
Tints of Emerald #56D970
RGB
CMYK
RGB Variations
Color information
#56D970 (or 0x56D970) is known color: Emerald. HEX triplet: 56, D9 and 70. RGB value is (86,217,112). Sum of RGB (Red+Green+Blue) = 86+217+112=415 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.72% from 415); Green value is 217 (85.16% from 255 or 52.29% from 415); Blue value is 112 (44.14% from 255 or 26.99% from 415); Max value from RGB is 217 - color contains mainly: green. Hex color #56D970 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56D970 is #A9268F. Grayscale: #A6A6A6. Windows color (decimal): -11085456 or 7395670. OLE color: 7395670.
HSL color Cylindrical-coordinate representation of color #56D970: hue angle of 131.91º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #56D970 is Cyan = 0.60, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 86 | 217 | 112 | - |
| CMYK | 0.60 | 0 | 0.48 | 0.15 |
| HSL | 131.91º | 0.63% | 0.59% | - |
| HSV(B) | 131.91º | 0.6% | 0.85% | - |
| XYZ | 31.58 | 52.77 | 23.85 | - |
| YUV | 165.86 | 97.6 | 71.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 217 | 112 | 0.60 | 0 | 0.48 | 0.15 | 131.91 | 0.63 | 0.59 |
| Hex | 56 | D9 | 70 | 3C | 0 | 30 | F | 84 | 3F | 3B |
| Octal | 126 | 331 | 160 | 74 | 0 | 60 | 17 | 204 | 77 | 73 |
| Binary | 1010110 | 11011001 | 1110000 | 111100 | 0 | 110000 | 1111 | 10000100 | 111111 | 111011 |
Color Harmonies of #56D970
Complementary color
Monochromatic Colors of #56D970
Black with #56D970
Text Example
Text Example
White with #56D970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56D970; }
p { color: rgb(86,217,112); }
H1.HeaderClassName
{
color: #56D970;
}
.AnyTagClassName
{
color: #56D970;
}
</style>
background-color css
<style>
a { background-color: #56D970; }
a { background-color: rgb(86,217,112); }
div.DivClassName
{
background-color: #56D970;
}
.BgClassName
{
background-color: #56D970;
}
</style>
border-color css
<style>
span { border-color: #56D970; }
span { border-color: rgb(86,217,112); }
td.TdClassName
{
border-color: #56D970;
}
.TagClassName
{
border-color: #56D970;
}
</style>