Shades of Emerald #56C685
Tints of Emerald #56C685
RGB
CMYK
RGB Variations
Color information
#56C685 (or 0x56C685) is known color: Emerald. HEX triplet: 56, C6 and 85. RGB value is (86,198,133). Sum of RGB (Red+Green+Blue) = 86+198+133=417 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.62% from 417); Green value is 198 (77.73% from 255 or 47.48% from 417); Blue value is 133 (52.34% from 255 or 31.89% from 417); Max value from RGB is 198 - color contains mainly: green. Hex color #56C685 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56C685 is #A9397A. Grayscale: #9D9D9D. Windows color (decimal): -11090299 or 8767062. OLE color: 8767062.
HSL color Cylindrical-coordinate representation of color #56C685: hue angle of 145.18º degrees, saturation: 0.5, 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 #56C685 is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 86 | 198 | 133 | - |
| CMYK | 0.57 | 0 | 0.33 | 0.22 |
| HSL | 145.18º | 0.5% | 0.56% | - |
| HSV(B) | 145.18º | 0.57% | 0.78% | - |
| XYZ | 28.27 | 44.06 | 29.21 | - |
| YUV | 157.1 | 114.39 | 77.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 198 | 133 | 0.57 | 0 | 0.33 | 0.22 | 145.18 | 0.5 | 0.56 |
| Hex | 56 | C6 | 85 | 39 | 0 | 21 | 16 | 91 | 32 | 38 |
| Octal | 126 | 306 | 205 | 71 | 0 | 41 | 26 | 221 | 62 | 70 |
| Binary | 1010110 | 11000110 | 10000101 | 111001 | 0 | 100001 | 10110 | 10010001 | 110010 | 111000 |
Color Harmonies of #56C685
Complementary color
Monochromatic Colors of #56C685
Black with #56C685
Text Example
Text Example
White with #56C685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C685; }
p { color: rgb(86,198,133); }
H1.HeaderClassName
{
color: #56C685;
}
.AnyTagClassName
{
color: #56C685;
}
</style>
background-color css
<style>
a { background-color: #56C685; }
a { background-color: rgb(86,198,133); }
div.DivClassName
{
background-color: #56C685;
}
.BgClassName
{
background-color: #56C685;
}
</style>
border-color css
<style>
span { border-color: #56C685; }
span { border-color: rgb(86,198,133); }
td.TdClassName
{
border-color: #56C685;
}
.TagClassName
{
border-color: #56C685;
}
</style>