Shades of Emerald #56D68D
Tints of Emerald #56D68D
RGB
CMYK
RGB Variations
Color information
#56D68D (or 0x56D68D) is known color: Emerald. HEX triplet: 56, D6 and 8D. RGB value is (86,214,141). Sum of RGB (Red+Green+Blue) = 86+214+141=441 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.50% from 441); Green value is 214 (83.98% from 255 or 48.53% from 441); Blue value is 141 (55.47% from 255 or 31.97% from 441); Max value from RGB is 214 - color contains mainly: green. Hex color #56D68D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56D68D is #A92972. Grayscale: #A7A7A7. Windows color (decimal): -11086195 or 9295446. OLE color: 9295446.
HSL color Cylindrical-coordinate representation of color #56D68D: hue angle of 145.78º degrees, saturation: 0.61, 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 #56D68D is Cyan = 0.60, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 86 | 214 | 141 | - |
| CMYK | 0.60 | 0 | 0.34 | 0.16 |
| HSL | 145.78º | 0.61% | 0.59% | - |
| HSV(B) | 145.78º | 0.6% | 0.84% | - |
| XYZ | 32.69 | 51.99 | 33.51 | - |
| YUV | 167.41 | 113.09 | 69.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 214 | 141 | 0.60 | 0 | 0.34 | 0.16 | 145.78 | 0.61 | 0.59 |
| Hex | 56 | D6 | 8D | 3C | 0 | 22 | 10 | 92 | 3D | 3B |
| Octal | 126 | 326 | 215 | 74 | 0 | 42 | 20 | 222 | 75 | 73 |
| Binary | 1010110 | 11010110 | 10001101 | 111100 | 0 | 100010 | 10000 | 10010010 | 111101 | 111011 |
Color Harmonies of #56D68D
Complementary color
Monochromatic Colors of #56D68D
Black with #56D68D
Text Example
Text Example
White with #56D68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56D68D; }
p { color: rgb(86,214,141); }
H1.HeaderClassName
{
color: #56D68D;
}
.AnyTagClassName
{
color: #56D68D;
}
</style>
background-color css
<style>
a { background-color: #56D68D; }
a { background-color: rgb(86,214,141); }
div.DivClassName
{
background-color: #56D68D;
}
.BgClassName
{
background-color: #56D68D;
}
</style>
border-color css
<style>
span { border-color: #56D68D; }
span { border-color: rgb(86,214,141); }
td.TdClassName
{
border-color: #56D68D;
}
.TagClassName
{
border-color: #56D68D;
}
</style>