Shades of Emerald #56DA64
Tints of Emerald #56DA64
RGB
CMYK
RGB Variations
Color information
#56DA64 (or 0x56DA64) is known color: Emerald. HEX triplet: 56, DA and 64. RGB value is (86,218,100). Sum of RGB (Red+Green+Blue) = 86+218+100=404 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.29% from 404); Green value is 218 (85.55% from 255 or 53.96% from 404); Blue value is 100 (39.45% from 255 or 24.75% from 404); Max value from RGB is 218 - color contains mainly: green. Hex color #56DA64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56DA64 is #A9259B. Grayscale: #A5A5A5. Windows color (decimal): -11085212 or 6609494. OLE color: 6609494.
HSL color Cylindrical-coordinate representation of color #56DA64: hue angle of 126.36º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56DA64 is Cyan = 0.61, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 86 | 218 | 100 | - |
| CMYK | 0.61 | 0 | 0.54 | 0.15 |
| HSL | 126.36º | 0.64% | 0.6% | - |
| HSV(B) | 126.36º | 0.61% | 0.85% | - |
| XYZ | 31.21 | 53.04 | 20.65 | - |
| YUV | 165.08 | 91.27 | 71.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 218 | 100 | 0.61 | 0 | 0.54 | 0.15 | 126.36 | 0.64 | 0.6 |
| Hex | 56 | DA | 64 | 3D | 0 | 36 | F | 7E | 40 | 3C |
| Octal | 126 | 332 | 144 | 75 | 0 | 66 | 17 | 176 | 100 | 74 |
| Binary | 1010110 | 11011010 | 1100100 | 111101 | 0 | 110110 | 1111 | 1111110 | 1000000 | 111100 |
Color Harmonies of #56DA64
Complementary color
Monochromatic Colors of #56DA64
Black with #56DA64
Text Example
Text Example
White with #56DA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DA64; }
p { color: rgb(86,218,100); }
H1.HeaderClassName
{
color: #56DA64;
}
.AnyTagClassName
{
color: #56DA64;
}
</style>
background-color css
<style>
a { background-color: #56DA64; }
a { background-color: rgb(86,218,100); }
div.DivClassName
{
background-color: #56DA64;
}
.BgClassName
{
background-color: #56DA64;
}
</style>
border-color css
<style>
span { border-color: #56DA64; }
span { border-color: rgb(86,218,100); }
td.TdClassName
{
border-color: #56DA64;
}
.TagClassName
{
border-color: #56DA64;
}
</style>