Shades of Emerald #56DC6D
Tints of Emerald #56DC6D
RGB
CMYK
RGB Variations
Color information
#56DC6D (or 0x56DC6D) is known color: Emerald. HEX triplet: 56, DC and 6D. RGB value is (86,220,109). Sum of RGB (Red+Green+Blue) = 86+220+109=415 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.72% from 415); Green value is 220 (86.33% from 255 or 53.01% from 415); Blue value is 109 (42.97% from 255 or 26.27% from 415); Max value from RGB is 220 - color contains mainly: green. Hex color #56DC6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56DC6D is #A92392. Grayscale: #A7A7A7. Windows color (decimal): -11084691 or 7199830. OLE color: 7199830.
HSL color Cylindrical-coordinate representation of color #56DC6D: hue angle of 130.3º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56DC6D is Cyan = 0.61, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 220 | 109 | - |
| CMYK | 0.61 | 0 | 0.50 | 0.14 |
| HSL | 130.3º | 0.66% | 0.6% | - |
| HSV(B) | 130.3º | 0.61% | 0.86% | - |
| XYZ | 32.19 | 54.27 | 23.25 | - |
| YUV | 167.28 | 95.11 | 70.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 220 | 109 | 0.61 | 0 | 0.50 | 0.14 | 130.3 | 0.66 | 0.6 |
| Hex | 56 | DC | 6D | 3D | 0 | 32 | E | 82 | 42 | 3C |
| Octal | 126 | 334 | 155 | 75 | 0 | 62 | 16 | 202 | 102 | 74 |
| Binary | 1010110 | 11011100 | 1101101 | 111101 | 0 | 110010 | 1110 | 10000010 | 1000010 | 111100 |
Color Harmonies of #56DC6D
Complementary color
Monochromatic Colors of #56DC6D
Black with #56DC6D
Text Example
Text Example
White with #56DC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DC6D; }
p { color: rgb(86,220,109); }
H1.HeaderClassName
{
color: #56DC6D;
}
.AnyTagClassName
{
color: #56DC6D;
}
</style>
background-color css
<style>
a { background-color: #56DC6D; }
a { background-color: rgb(86,220,109); }
div.DivClassName
{
background-color: #56DC6D;
}
.BgClassName
{
background-color: #56DC6D;
}
</style>
border-color css
<style>
span { border-color: #56DC6D; }
span { border-color: rgb(86,220,109); }
td.TdClassName
{
border-color: #56DC6D;
}
.TagClassName
{
border-color: #56DC6D;
}
</style>