Shades of Emerald #56DC83
Tints of Emerald #56DC83
RGB
CMYK
RGB Variations
Color information
#56DC83 (or 0x56DC83) is known color: Emerald. HEX triplet: 56, DC and 83. RGB value is (86,220,131). Sum of RGB (Red+Green+Blue) = 86+220+131=437 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.68% from 437); Green value is 220 (86.33% from 255 or 50.34% from 437); Blue value is 131 (51.56% from 255 or 29.98% from 437); Max value from RGB is 220 - color contains mainly: green. Hex color #56DC83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56DC83 is #A9237C. Grayscale: #AAAAAA. Windows color (decimal): -11084669 or 8641622. OLE color: 8641622.
HSL color Cylindrical-coordinate representation of color #56DC83: hue angle of 140.15º 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 #56DC83 is Cyan = 0.61, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 220 | 131 | - |
| CMYK | 0.61 | 0 | 0.40 | 0.14 |
| HSL | 140.15º | 0.66% | 0.6% | - |
| HSV(B) | 140.15º | 0.61% | 0.86% | - |
| XYZ | 33.53 | 54.8 | 30.28 | - |
| YUV | 169.79 | 106.11 | 68.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 220 | 131 | 0.61 | 0 | 0.40 | 0.14 | 140.15 | 0.66 | 0.6 |
| Hex | 56 | DC | 83 | 3D | 0 | 28 | E | 8C | 42 | 3C |
| Octal | 126 | 334 | 203 | 75 | 0 | 50 | 16 | 214 | 102 | 74 |
| Binary | 1010110 | 11011100 | 10000011 | 111101 | 0 | 101000 | 1110 | 10001100 | 1000010 | 111100 |
Color Harmonies of #56DC83
Complementary color
Monochromatic Colors of #56DC83
Black with #56DC83
Text Example
Text Example
White with #56DC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DC83; }
p { color: rgb(86,220,131); }
H1.HeaderClassName
{
color: #56DC83;
}
.AnyTagClassName
{
color: #56DC83;
}
</style>
background-color css
<style>
a { background-color: #56DC83; }
a { background-color: rgb(86,220,131); }
div.DivClassName
{
background-color: #56DC83;
}
.BgClassName
{
background-color: #56DC83;
}
</style>
border-color css
<style>
span { border-color: #56DC83; }
span { border-color: rgb(86,220,131); }
td.TdClassName
{
border-color: #56DC83;
}
.TagClassName
{
border-color: #56DC83;
}
</style>