Shades of Emerald #56D164
Tints of Emerald #56D164
RGB
CMYK
RGB Variations
Color information
#56D164 (or 0x56D164) is known color: Emerald. HEX triplet: 56, D1 and 64. RGB value is (86,209,100). Sum of RGB (Red+Green+Blue) = 86+209+100=395 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.77% from 395); Green value is 209 (82.03% from 255 or 52.91% from 395); Blue value is 100 (39.45% from 255 or 25.32% from 395); Max value from RGB is 209 - color contains mainly: green. Hex color #56D164 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56D164 is #A92E9B. Grayscale: #A0A0A0. Windows color (decimal): -11087516 or 6607190. OLE color: 6607190.
HSL color Cylindrical-coordinate representation of color #56D164: hue angle of 126.83º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #56D164 is Cyan = 0.59, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 86 | 209 | 100 | - |
| CMYK | 0.59 | 0 | 0.52 | 0.18 |
| HSL | 126.83º | 0.57% | 0.58% | - |
| HSV(B) | 126.83º | 0.59% | 0.82% | - |
| XYZ | 28.94 | 48.5 | 19.89 | - |
| YUV | 159.8 | 94.25 | 75.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 209 | 100 | 0.59 | 0 | 0.52 | 0.18 | 126.83 | 0.57 | 0.58 |
| Hex | 56 | D1 | 64 | 3B | 0 | 34 | 12 | 7F | 39 | 3A |
| Octal | 126 | 321 | 144 | 73 | 0 | 64 | 22 | 177 | 71 | 72 |
| Binary | 1010110 | 11010001 | 1100100 | 111011 | 0 | 110100 | 10010 | 1111111 | 111001 | 111010 |
Color Harmonies of #56D164
Complementary color
Monochromatic Colors of #56D164
Black with #56D164
Text Example
Text Example
White with #56D164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56D164; }
p { color: rgb(86,209,100); }
H1.HeaderClassName
{
color: #56D164;
}
.AnyTagClassName
{
color: #56D164;
}
</style>
background-color css
<style>
a { background-color: #56D164; }
a { background-color: rgb(86,209,100); }
div.DivClassName
{
background-color: #56D164;
}
.BgClassName
{
background-color: #56D164;
}
</style>
border-color css
<style>
span { border-color: #56D164; }
span { border-color: rgb(86,209,100); }
td.TdClassName
{
border-color: #56D164;
}
.TagClassName
{
border-color: #56D164;
}
</style>