Shades of Emerald #56D07D
Tints of Emerald #56D07D
RGB
CMYK
RGB Variations
Color information
#56D07D (or 0x56D07D) is known color: Emerald. HEX triplet: 56, D0 and 7D. RGB value is (86,208,125). Sum of RGB (Red+Green+Blue) = 86+208+125=419 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.53% from 419); Green value is 208 (81.64% from 255 or 49.64% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 208 - color contains mainly: green. Hex color #56D07D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56D07D is #A92F82. Grayscale: #A2A2A2. Windows color (decimal): -11087747 or 8245334. OLE color: 8245334.
HSL color Cylindrical-coordinate representation of color #56D07D: hue angle of 139.18º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #56D07D is Cyan = 0.59, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 86 | 208 | 125 | - |
| CMYK | 0.59 | 0 | 0.40 | 0.18 |
| HSL | 139.18º | 0.56% | 0.58% | - |
| HSV(B) | 139.18º | 0.59% | 0.82% | - |
| XYZ | 30.1 | 48.57 | 27.19 | - |
| YUV | 162.06 | 107.08 | 73.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 208 | 125 | 0.59 | 0 | 0.40 | 0.18 | 139.18 | 0.56 | 0.58 |
| Hex | 56 | D0 | 7D | 3B | 0 | 28 | 12 | 8B | 38 | 3A |
| Octal | 126 | 320 | 175 | 73 | 0 | 50 | 22 | 213 | 70 | 72 |
| Binary | 1010110 | 11010000 | 1111101 | 111011 | 0 | 101000 | 10010 | 10001011 | 111000 | 111010 |
Color Harmonies of #56D07D
Complementary color
Monochromatic Colors of #56D07D
Black with #56D07D
Text Example
Text Example
White with #56D07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56D07D; }
p { color: rgb(86,208,125); }
H1.HeaderClassName
{
color: #56D07D;
}
.AnyTagClassName
{
color: #56D07D;
}
</style>
background-color css
<style>
a { background-color: #56D07D; }
a { background-color: rgb(86,208,125); }
div.DivClassName
{
background-color: #56D07D;
}
.BgClassName
{
background-color: #56D07D;
}
</style>
border-color css
<style>
span { border-color: #56D07D; }
span { border-color: rgb(86,208,125); }
td.TdClassName
{
border-color: #56D07D;
}
.TagClassName
{
border-color: #56D07D;
}
</style>