Shades of Emerald #56DB5E
Tints of Emerald #56DB5E
RGB
CMYK
RGB Variations
Color information
#56DB5E (or 0x56DB5E) is known color: Emerald. HEX triplet: 56, DB and 5E. RGB value is (86,219,94). Sum of RGB (Red+Green+Blue) = 86+219+94=399 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.55% from 399); Green value is 219 (85.94% from 255 or 54.89% from 399); Blue value is 94 (37.11% from 255 or 23.56% from 399); Max value from RGB is 219 - color contains mainly: green. Hex color #56DB5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56DB5E is #A924A1. Grayscale: #A5A5A5. Windows color (decimal): -11084962 or 6216534. OLE color: 6216534.
HSL color Cylindrical-coordinate representation of color #56DB5E: hue angle of 123.61º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56DB5E is Cyan = 0.61, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 219 | 94 | - |
| CMYK | 0.61 | 0 | 0.57 | 0.14 |
| HSL | 123.61º | 0.65% | 0.6% | - |
| HSV(B) | 123.61º | 0.61% | 0.86% | - |
| XYZ | 31.19 | 53.45 | 19.26 | - |
| YUV | 164.98 | 87.94 | 71.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 219 | 94 | 0.61 | 0 | 0.57 | 0.14 | 123.61 | 0.65 | 0.6 |
| Hex | 56 | DB | 5E | 3D | 0 | 39 | E | 7C | 41 | 3C |
| Octal | 126 | 333 | 136 | 75 | 0 | 71 | 16 | 174 | 101 | 74 |
| Binary | 1010110 | 11011011 | 1011110 | 111101 | 0 | 111001 | 1110 | 1111100 | 1000001 | 111100 |
Color Harmonies of #56DB5E
Complementary color
Monochromatic Colors of #56DB5E
Black with #56DB5E
Text Example
Text Example
White with #56DB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DB5E; }
p { color: rgb(86,219,94); }
H1.HeaderClassName
{
color: #56DB5E;
}
.AnyTagClassName
{
color: #56DB5E;
}
</style>
background-color css
<style>
a { background-color: #56DB5E; }
a { background-color: rgb(86,219,94); }
div.DivClassName
{
background-color: #56DB5E;
}
.BgClassName
{
background-color: #56DB5E;
}
</style>
border-color css
<style>
span { border-color: #56DB5E; }
span { border-color: rgb(86,219,94); }
td.TdClassName
{
border-color: #56DB5E;
}
.TagClassName
{
border-color: #56DB5E;
}
</style>