Shades of Emerald #56C87D
Tints of Emerald #56C87D
RGB
CMYK
RGB Variations
Color information
#56C87D (or 0x56C87D) is known color: Emerald. HEX triplet: 56, C8 and 7D. RGB value is (86,200,125). Sum of RGB (Red+Green+Blue) = 86+200+125=411 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.92% from 411); Green value is 200 (78.52% from 255 or 48.66% from 411); Blue value is 125 (49.22% from 255 or 30.41% from 411); Max value from RGB is 200 - color contains mainly: green. Hex color #56C87D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56C87D is #A93782. Grayscale: #9D9D9D. Windows color (decimal): -11089795 or 8243286. OLE color: 8243286.
HSL color Cylindrical-coordinate representation of color #56C87D: hue angle of 140.53º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #56C87D is Cyan = 0.57, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 86 | 200 | 125 | - |
| CMYK | 0.57 | 0 | 0.38 | 0.22 |
| HSL | 140.53º | 0.51% | 0.56% | - |
| HSV(B) | 140.53º | 0.57% | 0.78% | - |
| XYZ | 28.19 | 44.77 | 26.56 | - |
| YUV | 157.36 | 109.73 | 77.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 200 | 125 | 0.57 | 0 | 0.38 | 0.22 | 140.53 | 0.51 | 0.56 |
| Hex | 56 | C8 | 7D | 39 | 0 | 26 | 16 | 8D | 33 | 38 |
| Octal | 126 | 310 | 175 | 71 | 0 | 46 | 26 | 215 | 63 | 70 |
| Binary | 1010110 | 11001000 | 1111101 | 111001 | 0 | 100110 | 10110 | 10001101 | 110011 | 111000 |
Color Harmonies of #56C87D
Complementary color
Monochromatic Colors of #56C87D
Black with #56C87D
Text Example
Text Example
White with #56C87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C87D; }
p { color: rgb(86,200,125); }
H1.HeaderClassName
{
color: #56C87D;
}
.AnyTagClassName
{
color: #56C87D;
}
</style>
background-color css
<style>
a { background-color: #56C87D; }
a { background-color: rgb(86,200,125); }
div.DivClassName
{
background-color: #56C87D;
}
.BgClassName
{
background-color: #56C87D;
}
</style>
border-color css
<style>
span { border-color: #56C87D; }
span { border-color: rgb(86,200,125); }
td.TdClassName
{
border-color: #56C87D;
}
.TagClassName
{
border-color: #56C87D;
}
</style>