Shades of Emerald #56BD82
Tints of Emerald #56BD82
RGB
CMYK
RGB Variations
Color information
#56BD82 (or 0x56BD82) is known color: Emerald. HEX triplet: 56, BD and 82. RGB value is (86,189,130). Sum of RGB (Red+Green+Blue) = 86+189+130=405 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.23% from 405); Green value is 189 (74.22% from 255 or 46.67% from 405); Blue value is 130 (51.17% from 255 or 32.10% from 405); Max value from RGB is 189 - color contains mainly: green. Hex color #56BD82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56BD82 is #A9427D. Grayscale: #979797. Windows color (decimal): -11092606 or 8568150. OLE color: 8568150.
HSL color Cylindrical-coordinate representation of color #56BD82: hue angle of 145.63º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #56BD82 is Cyan = 0.54, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 189 | 130 | - |
| CMYK | 0.54 | 0 | 0.31 | 0.26 |
| HSL | 145.63º | 0.44% | 0.54% | - |
| HSV(B) | 145.63º | 0.54% | 0.74% | - |
| XYZ | 26.06 | 39.99 | 27.46 | - |
| YUV | 151.48 | 115.88 | 81.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 189 | 130 | 0.54 | 0 | 0.31 | 0.26 | 145.63 | 0.44 | 0.54 |
| Hex | 56 | BD | 82 | 36 | 0 | 1F | 1A | 92 | 2C | 36 |
| Octal | 126 | 275 | 202 | 66 | 0 | 37 | 32 | 222 | 54 | 66 |
| Binary | 1010110 | 10111101 | 10000010 | 110110 | 0 | 11111 | 11010 | 10010010 | 101100 | 110110 |
Color Harmonies of #56BD82
Complementary color
Monochromatic Colors of #56BD82
Black with #56BD82
Text Example
Text Example
White with #56BD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BD82; }
p { color: rgb(86,189,130); }
H1.HeaderClassName
{
color: #56BD82;
}
.AnyTagClassName
{
color: #56BD82;
}
</style>
background-color css
<style>
a { background-color: #56BD82; }
a { background-color: rgb(86,189,130); }
div.DivClassName
{
background-color: #56BD82;
}
.BgClassName
{
background-color: #56BD82;
}
</style>
border-color css
<style>
span { border-color: #56BD82; }
span { border-color: rgb(86,189,130); }
td.TdClassName
{
border-color: #56BD82;
}
.TagClassName
{
border-color: #56BD82;
}
</style>