Shades of Emerald #56D28C
Tints of Emerald #56D28C
RGB
CMYK
RGB Variations
Color information
#56D28C (or 0x56D28C) is known color: Emerald. HEX triplet: 56, D2 and 8C. RGB value is (86,210,140). Sum of RGB (Red+Green+Blue) = 86+210+140=436 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.72% from 436); Green value is 210 (82.42% from 255 or 48.17% from 436); Blue value is 140 (55.08% from 255 or 32.11% from 436); Max value from RGB is 210 - color contains mainly: green. Hex color #56D28C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56D28C is #A92D73. Grayscale: #A5A5A5. Windows color (decimal): -11087220 or 9228886. OLE color: 9228886.
HSL color Cylindrical-coordinate representation of color #56D28C: hue angle of 146.13º degrees, saturation: 0.58, 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 #56D28C is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 86 | 210 | 140 | - |
| CMYK | 0.59 | 0 | 0.33 | 0.18 |
| HSL | 146.13º | 0.58% | 0.58% | - |
| HSV(B) | 146.13º | 0.59% | 0.82% | - |
| XYZ | 31.62 | 49.97 | 32.79 | - |
| YUV | 164.94 | 113.92 | 71.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 210 | 140 | 0.59 | 0 | 0.33 | 0.18 | 146.13 | 0.58 | 0.58 |
| Hex | 56 | D2 | 8C | 3B | 0 | 21 | 12 | 92 | 3A | 3A |
| Octal | 126 | 322 | 214 | 73 | 0 | 41 | 22 | 222 | 72 | 72 |
| Binary | 1010110 | 11010010 | 10001100 | 111011 | 0 | 100001 | 10010 | 10010010 | 111010 | 111010 |
Color Harmonies of #56D28C
Complementary color
Monochromatic Colors of #56D28C
Black with #56D28C
Text Example
Text Example
White with #56D28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56D28C; }
p { color: rgb(86,210,140); }
H1.HeaderClassName
{
color: #56D28C;
}
.AnyTagClassName
{
color: #56D28C;
}
</style>
background-color css
<style>
a { background-color: #56D28C; }
a { background-color: rgb(86,210,140); }
div.DivClassName
{
background-color: #56D28C;
}
.BgClassName
{
background-color: #56D28C;
}
</style>
border-color css
<style>
span { border-color: #56D28C; }
span { border-color: rgb(86,210,140); }
td.TdClassName
{
border-color: #56D28C;
}
.TagClassName
{
border-color: #56D28C;
}
</style>