Shades of Emerald #56C276
Tints of Emerald #56C276
RGB
CMYK
RGB Variations
Color information
#56C276 (or 0x56C276) is known color: Emerald. HEX triplet: 56, C2 and 76. RGB value is (86,194,118). Sum of RGB (Red+Green+Blue) = 86+194+118=398 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.61% from 398); Green value is 194 (76.17% from 255 or 48.74% from 398); Blue value is 118 (46.48% from 255 or 29.65% from 398); Max value from RGB is 194 - color contains mainly: green. Hex color #56C276 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56C276 is #A93D89. Grayscale: #999999. Windows color (decimal): -11091338 or 7782998. OLE color: 7782998.
HSL color Cylindrical-coordinate representation of color #56C276: hue angle of 137.78º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #56C276 is Cyan = 0.56, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 86 | 194 | 118 | - |
| CMYK | 0.56 | 0 | 0.39 | 0.24 |
| HSL | 137.78º | 0.47% | 0.55% | - |
| HSV(B) | 137.78º | 0.56% | 0.76% | - |
| XYZ | 26.4 | 41.87 | 23.83 | - |
| YUV | 153.04 | 108.22 | 80.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 194 | 118 | 0.56 | 0 | 0.39 | 0.24 | 137.78 | 0.47 | 0.55 |
| Hex | 56 | C2 | 76 | 38 | 0 | 27 | 18 | 8A | 2F | 37 |
| Octal | 126 | 302 | 166 | 70 | 0 | 47 | 30 | 212 | 57 | 67 |
| Binary | 1010110 | 11000010 | 1110110 | 111000 | 0 | 100111 | 11000 | 10001010 | 101111 | 110111 |
Color Harmonies of #56C276
Complementary color
Monochromatic Colors of #56C276
Black with #56C276
Text Example
Text Example
White with #56C276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C276; }
p { color: rgb(86,194,118); }
H1.HeaderClassName
{
color: #56C276;
}
.AnyTagClassName
{
color: #56C276;
}
</style>
background-color css
<style>
a { background-color: #56C276; }
a { background-color: rgb(86,194,118); }
div.DivClassName
{
background-color: #56C276;
}
.BgClassName
{
background-color: #56C276;
}
</style>
border-color css
<style>
span { border-color: #56C276; }
span { border-color: rgb(86,194,118); }
td.TdClassName
{
border-color: #56C276;
}
.TagClassName
{
border-color: #56C276;
}
</style>