Shades of Emerald #56DC74
Tints of Emerald #56DC74
RGB
CMYK
RGB Variations
Color information
#56DC74 (or 0x56DC74) is known color: Emerald. HEX triplet: 56, DC and 74. RGB value is (86,220,116). Sum of RGB (Red+Green+Blue) = 86+220+116=422 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.38% from 422); Green value is 220 (86.33% from 255 or 52.13% from 422); Blue value is 116 (45.70% from 255 or 27.49% from 422); Max value from RGB is 220 - color contains mainly: green. Hex color #56DC74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56DC74 is #A9238B. Grayscale: #A8A8A8. Windows color (decimal): -11084684 or 7658582. OLE color: 7658582.
HSL color Cylindrical-coordinate representation of color #56DC74: hue angle of 133.43º degrees, saturation: 0.66, 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 #56DC74 is Cyan = 0.61, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 220 | 116 | - |
| CMYK | 0.61 | 0 | 0.47 | 0.14 |
| HSL | 133.43º | 0.66% | 0.6% | - |
| HSV(B) | 133.43º | 0.61% | 0.86% | - |
| XYZ | 32.58 | 54.43 | 25.31 | - |
| YUV | 168.08 | 98.61 | 69.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 220 | 116 | 0.61 | 0 | 0.47 | 0.14 | 133.43 | 0.66 | 0.6 |
| Hex | 56 | DC | 74 | 3D | 0 | 2F | E | 85 | 42 | 3C |
| Octal | 126 | 334 | 164 | 75 | 0 | 57 | 16 | 205 | 102 | 74 |
| Binary | 1010110 | 11011100 | 1110100 | 111101 | 0 | 101111 | 1110 | 10000101 | 1000010 | 111100 |
Color Harmonies of #56DC74
Complementary color
Monochromatic Colors of #56DC74
Black with #56DC74
Text Example
Text Example
White with #56DC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DC74; }
p { color: rgb(86,220,116); }
H1.HeaderClassName
{
color: #56DC74;
}
.AnyTagClassName
{
color: #56DC74;
}
</style>
background-color css
<style>
a { background-color: #56DC74; }
a { background-color: rgb(86,220,116); }
div.DivClassName
{
background-color: #56DC74;
}
.BgClassName
{
background-color: #56DC74;
}
</style>
border-color css
<style>
span { border-color: #56DC74; }
span { border-color: rgb(86,220,116); }
td.TdClassName
{
border-color: #56DC74;
}
.TagClassName
{
border-color: #56DC74;
}
</style>