Shades of Emerald #56C472
Tints of Emerald #56C472
RGB
CMYK
RGB Variations
Color information
#56C472 (or 0x56C472) is known color: Emerald. HEX triplet: 56, C4 and 72. RGB value is (86,196,114). Sum of RGB (Red+Green+Blue) = 86+196+114=396 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.72% from 396); Green value is 196 (76.95% from 255 or 49.49% from 396); Blue value is 114 (44.92% from 255 or 28.79% from 396); Max value from RGB is 196 - color contains mainly: green. Hex color #56C472 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56C472 is #A93B8D. Grayscale: #999999. Windows color (decimal): -11090830 or 7521366. OLE color: 7521366.
HSL color Cylindrical-coordinate representation of color #56C472: hue angle of 135.27º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #56C472 is Cyan = 0.56, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 86 | 196 | 114 | - |
| CMYK | 0.56 | 0 | 0.42 | 0.23 |
| HSL | 135.27º | 0.48% | 0.55% | - |
| HSV(B) | 135.27º | 0.56% | 0.77% | - |
| XYZ | 26.61 | 42.67 | 22.75 | - |
| YUV | 153.76 | 105.56 | 79.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 196 | 114 | 0.56 | 0 | 0.42 | 0.23 | 135.27 | 0.48 | 0.55 |
| Hex | 56 | C4 | 72 | 38 | 0 | 2A | 17 | 87 | 30 | 37 |
| Octal | 126 | 304 | 162 | 70 | 0 | 52 | 27 | 207 | 60 | 67 |
| Binary | 1010110 | 11000100 | 1110010 | 111000 | 0 | 101010 | 10111 | 10000111 | 110000 | 110111 |
Color Harmonies of #56C472
Complementary color
Monochromatic Colors of #56C472
Black with #56C472
Text Example
Text Example
White with #56C472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C472; }
p { color: rgb(86,196,114); }
H1.HeaderClassName
{
color: #56C472;
}
.AnyTagClassName
{
color: #56C472;
}
</style>
background-color css
<style>
a { background-color: #56C472; }
a { background-color: rgb(86,196,114); }
div.DivClassName
{
background-color: #56C472;
}
.BgClassName
{
background-color: #56C472;
}
</style>
border-color css
<style>
span { border-color: #56C472; }
span { border-color: rgb(86,196,114); }
td.TdClassName
{
border-color: #56C472;
}
.TagClassName
{
border-color: #56C472;
}
</style>