Shades of Emerald #56DB6F
Tints of Emerald #56DB6F
RGB
CMYK
RGB Variations
Color information
#56DB6F (or 0x56DB6F) is known color: Emerald. HEX triplet: 56, DB and 6F. RGB value is (86,219,111). Sum of RGB (Red+Green+Blue) = 86+219+111=416 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.67% from 416); Green value is 219 (85.94% from 255 or 52.64% from 416); Blue value is 111 (43.75% from 255 or 26.68% from 416); Max value from RGB is 219 - color contains mainly: green. Hex color #56DB6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56DB6F is #A92490. Grayscale: #A7A7A7. Windows color (decimal): -11084945 or 7330646. OLE color: 7330646.
HSL color Cylindrical-coordinate representation of color #56DB6F: hue angle of 131.28º 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 #56DB6F is Cyan = 0.61, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 219 | 111 | - |
| CMYK | 0.61 | 0 | 0.49 | 0.14 |
| HSL | 131.28º | 0.65% | 0.6% | - |
| HSV(B) | 131.28º | 0.61% | 0.86% | - |
| XYZ | 32.04 | 53.79 | 23.73 | - |
| YUV | 166.92 | 96.44 | 70.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 219 | 111 | 0.61 | 0 | 0.49 | 0.14 | 131.28 | 0.65 | 0.6 |
| Hex | 56 | DB | 6F | 3D | 0 | 31 | E | 83 | 41 | 3C |
| Octal | 126 | 333 | 157 | 75 | 0 | 61 | 16 | 203 | 101 | 74 |
| Binary | 1010110 | 11011011 | 1101111 | 111101 | 0 | 110001 | 1110 | 10000011 | 1000001 | 111100 |
Color Harmonies of #56DB6F
Complementary color
Monochromatic Colors of #56DB6F
Black with #56DB6F
Text Example
Text Example
White with #56DB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DB6F; }
p { color: rgb(86,219,111); }
H1.HeaderClassName
{
color: #56DB6F;
}
.AnyTagClassName
{
color: #56DB6F;
}
</style>
background-color css
<style>
a { background-color: #56DB6F; }
a { background-color: rgb(86,219,111); }
div.DivClassName
{
background-color: #56DB6F;
}
.BgClassName
{
background-color: #56DB6F;
}
</style>
border-color css
<style>
span { border-color: #56DB6F; }
span { border-color: rgb(86,219,111); }
td.TdClassName
{
border-color: #56DB6F;
}
.TagClassName
{
border-color: #56DB6F;
}
</style>