Shades of Emerald #56C27C
Tints of Emerald #56C27C
RGB
CMYK
RGB Variations
Color information
#56C27C (or 0x56C27C) is known color: Emerald. HEX triplet: 56, C2 and 7C. RGB value is (86,194,124). Sum of RGB (Red+Green+Blue) = 86+194+124=404 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.29% from 404); Green value is 194 (76.17% from 255 or 48.02% from 404); Blue value is 124 (48.83% from 255 or 30.69% from 404); Max value from RGB is 194 - color contains mainly: green. Hex color #56C27C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56C27C is #A93D83. Grayscale: #999999. Windows color (decimal): -11091332 or 8176214. OLE color: 8176214.
HSL color Cylindrical-coordinate representation of color #56C27C: hue angle of 141.11º 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 #56C27C is Cyan = 0.56, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 86 | 194 | 124 | - |
| CMYK | 0.56 | 0 | 0.36 | 0.24 |
| HSL | 141.11º | 0.47% | 0.55% | - |
| HSV(B) | 141.11º | 0.56% | 0.76% | - |
| XYZ | 26.77 | 42.02 | 25.77 | - |
| YUV | 153.73 | 111.22 | 79.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 194 | 124 | 0.56 | 0 | 0.36 | 0.24 | 141.11 | 0.47 | 0.55 |
| Hex | 56 | C2 | 7C | 38 | 0 | 24 | 18 | 8D | 2F | 37 |
| Octal | 126 | 302 | 174 | 70 | 0 | 44 | 30 | 215 | 57 | 67 |
| Binary | 1010110 | 11000010 | 1111100 | 111000 | 0 | 100100 | 11000 | 10001101 | 101111 | 110111 |
Color Harmonies of #56C27C
Complementary color
Monochromatic Colors of #56C27C
Black with #56C27C
Text Example
Text Example
White with #56C27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C27C; }
p { color: rgb(86,194,124); }
H1.HeaderClassName
{
color: #56C27C;
}
.AnyTagClassName
{
color: #56C27C;
}
</style>
background-color css
<style>
a { background-color: #56C27C; }
a { background-color: rgb(86,194,124); }
div.DivClassName
{
background-color: #56C27C;
}
.BgClassName
{
background-color: #56C27C;
}
</style>
border-color css
<style>
span { border-color: #56C27C; }
span { border-color: rgb(86,194,124); }
td.TdClassName
{
border-color: #56C27C;
}
.TagClassName
{
border-color: #56C27C;
}
</style>