Shades of Emerald #56D685
Tints of Emerald #56D685
RGB
CMYK
RGB Variations
Color information
#56D685 (or 0x56D685) is known color: Emerald. HEX triplet: 56, D6 and 85. RGB value is (86,214,133). Sum of RGB (Red+Green+Blue) = 86+214+133=433 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.86% from 433); Green value is 214 (83.98% from 255 or 49.42% from 433); Blue value is 133 (52.34% from 255 or 30.72% from 433); Max value from RGB is 214 - color contains mainly: green. Hex color #56D685 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56D685 is #A9297A. Grayscale: #A6A6A6. Windows color (decimal): -11086203 or 8771158. OLE color: 8771158.
HSL color Cylindrical-coordinate representation of color #56D685: hue angle of 142.03º 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 #56D685 is Cyan = 0.60, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 86 | 214 | 133 | - |
| CMYK | 0.60 | 0 | 0.38 | 0.16 |
| HSL | 142.03º | 0.61% | 0.59% | - |
| HSV(B) | 142.03º | 0.6% | 0.84% | - |
| XYZ | 32.12 | 51.77 | 30.49 | - |
| YUV | 166.49 | 109.09 | 70.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 214 | 133 | 0.60 | 0 | 0.38 | 0.16 | 142.03 | 0.61 | 0.59 |
| Hex | 56 | D6 | 85 | 3C | 0 | 26 | 10 | 8E | 3D | 3B |
| Octal | 126 | 326 | 205 | 74 | 0 | 46 | 20 | 216 | 75 | 73 |
| Binary | 1010110 | 11010110 | 10000101 | 111100 | 0 | 100110 | 10000 | 10001110 | 111101 | 111011 |
Color Harmonies of #56D685
Complementary color
Monochromatic Colors of #56D685
Black with #56D685
Text Example
Text Example
White with #56D685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56D685; }
p { color: rgb(86,214,133); }
H1.HeaderClassName
{
color: #56D685;
}
.AnyTagClassName
{
color: #56D685;
}
</style>
background-color css
<style>
a { background-color: #56D685; }
a { background-color: rgb(86,214,133); }
div.DivClassName
{
background-color: #56D685;
}
.BgClassName
{
background-color: #56D685;
}
</style>
border-color css
<style>
span { border-color: #56D685; }
span { border-color: rgb(86,214,133); }
td.TdClassName
{
border-color: #56D685;
}
.TagClassName
{
border-color: #56D685;
}
</style>