Shades of Emerald #56D668
Tints of Emerald #56D668
RGB
CMYK
RGB Variations
Color information
#56D668 (or 0x56D668) is known color: Emerald. HEX triplet: 56, D6 and 68. RGB value is (86,214,104). Sum of RGB (Red+Green+Blue) = 86+214+104=404 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.29% from 404); Green value is 214 (83.98% from 255 or 52.97% from 404); Blue value is 104 (41.02% from 255 or 25.74% from 404); Max value from RGB is 214 - color contains mainly: green. Hex color #56D668 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56D668 is #A92997. Grayscale: #A3A3A3. Windows color (decimal): -11086232 or 6870614. OLE color: 6870614.
HSL color Cylindrical-coordinate representation of color #56D668: hue angle of 128.44º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #56D668 is Cyan = 0.60, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 86 | 214 | 104 | - |
| CMYK | 0.60 | 0 | 0.51 | 0.16 |
| HSL | 128.44º | 0.61% | 0.59% | - |
| HSV(B) | 128.44º | 0.6% | 0.84% | - |
| XYZ | 30.38 | 51.07 | 21.35 | - |
| YUV | 163.19 | 94.59 | 72.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 214 | 104 | 0.60 | 0 | 0.51 | 0.16 | 128.44 | 0.61 | 0.59 |
| Hex | 56 | D6 | 68 | 3C | 0 | 33 | 10 | 80 | 3D | 3B |
| Octal | 126 | 326 | 150 | 74 | 0 | 63 | 20 | 200 | 75 | 73 |
| Binary | 1010110 | 11010110 | 1101000 | 111100 | 0 | 110011 | 10000 | 10000000 | 111101 | 111011 |
Color Harmonies of #56D668
Complementary color
Monochromatic Colors of #56D668
Black with #56D668
Text Example
Text Example
White with #56D668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56D668; }
p { color: rgb(86,214,104); }
H1.HeaderClassName
{
color: #56D668;
}
.AnyTagClassName
{
color: #56D668;
}
</style>
background-color css
<style>
a { background-color: #56D668; }
a { background-color: rgb(86,214,104); }
div.DivClassName
{
background-color: #56D668;
}
.BgClassName
{
background-color: #56D668;
}
</style>
border-color css
<style>
span { border-color: #56D668; }
span { border-color: rgb(86,214,104); }
td.TdClassName
{
border-color: #56D668;
}
.TagClassName
{
border-color: #56D668;
}
</style>