Shades of Emerald #56D76A
Tints of Emerald #56D76A
RGB
CMYK
RGB Variations
Color information
#56D76A (or 0x56D76A) is known color: Emerald. HEX triplet: 56, D7 and 6A. RGB value is (86,215,106). Sum of RGB (Red+Green+Blue) = 86+215+106=407 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.13% from 407); Green value is 215 (84.38% from 255 or 52.83% from 407); Blue value is 106 (41.80% from 255 or 26.04% from 407); Max value from RGB is 215 - color contains mainly: green. Hex color #56D76A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56D76A is #A92895. Grayscale: #A4A4A4. Windows color (decimal): -11085974 or 7001942. OLE color: 7001942.
HSL color Cylindrical-coordinate representation of color #56D76A: hue angle of 129.3º 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 #56D76A is Cyan = 0.6, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 86 | 215 | 106 | - |
| CMYK | 0.6 | 0 | 0.51 | 0.16 |
| HSL | 129.3º | 0.62% | 0.59% | - |
| HSV(B) | 129.3º | 0.6% | 0.84% | - |
| XYZ | 30.74 | 51.62 | 21.98 | - |
| YUV | 164 | 95.26 | 72.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 215 | 106 | 0.6 | 0 | 0.51 | 0.16 | 129.3 | 0.62 | 0.59 |
| Hex | 56 | D7 | 6A | 3C | 0 | 33 | 10 | 81 | 3E | 3B |
| Octal | 126 | 327 | 152 | 74 | 0 | 63 | 20 | 201 | 76 | 73 |
| Binary | 1010110 | 11010111 | 1101010 | 111100 | 0 | 110011 | 10000 | 10000001 | 111110 | 111011 |
Color Harmonies of #56D76A
Complementary color
Monochromatic Colors of #56D76A
Black with #56D76A
Text Example
Text Example
White with #56D76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56D76A; }
p { color: rgb(86,215,106); }
H1.HeaderClassName
{
color: #56D76A;
}
.AnyTagClassName
{
color: #56D76A;
}
</style>
background-color css
<style>
a { background-color: #56D76A; }
a { background-color: rgb(86,215,106); }
div.DivClassName
{
background-color: #56D76A;
}
.BgClassName
{
background-color: #56D76A;
}
</style>
border-color css
<style>
span { border-color: #56D76A; }
span { border-color: rgb(86,215,106); }
td.TdClassName
{
border-color: #56D76A;
}
.TagClassName
{
border-color: #56D76A;
}
</style>