Shades of Emerald #56C17A
Tints of Emerald #56C17A
RGB
CMYK
RGB Variations
Color information
#56C17A (or 0x56C17A) is known color: Emerald. HEX triplet: 56, C1 and 7A. RGB value is (86,193,122). Sum of RGB (Red+Green+Blue) = 86+193+122=401 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.45% from 401); Green value is 193 (75.78% from 255 or 48.13% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 193 - color contains mainly: green. Hex color #56C17A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56C17A is #A93E85. Grayscale: #999999. Windows color (decimal): -11091590 or 8044886. OLE color: 8044886.
HSL color Cylindrical-coordinate representation of color #56C17A: hue angle of 140.19º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #56C17A is Cyan = 0.55, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 86 | 193 | 122 | - |
| CMYK | 0.55 | 0 | 0.37 | 0.24 |
| HSL | 140.19º | 0.46% | 0.55% | - |
| HSV(B) | 140.19º | 0.55% | 0.76% | - |
| XYZ | 26.42 | 41.52 | 25.03 | - |
| YUV | 152.91 | 110.55 | 80.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 193 | 122 | 0.55 | 0 | 0.37 | 0.24 | 140.19 | 0.46 | 0.55 |
| Hex | 56 | C1 | 7A | 37 | 0 | 25 | 18 | 8C | 2E | 37 |
| Octal | 126 | 301 | 172 | 67 | 0 | 45 | 30 | 214 | 56 | 67 |
| Binary | 1010110 | 11000001 | 1111010 | 110111 | 0 | 100101 | 11000 | 10001100 | 101110 | 110111 |
Color Harmonies of #56C17A
Complementary color
Monochromatic Colors of #56C17A
Black with #56C17A
Text Example
Text Example
White with #56C17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C17A; }
p { color: rgb(86,193,122); }
H1.HeaderClassName
{
color: #56C17A;
}
.AnyTagClassName
{
color: #56C17A;
}
</style>
background-color css
<style>
a { background-color: #56C17A; }
a { background-color: rgb(86,193,122); }
div.DivClassName
{
background-color: #56C17A;
}
.BgClassName
{
background-color: #56C17A;
}
</style>
border-color css
<style>
span { border-color: #56C17A; }
span { border-color: rgb(86,193,122); }
td.TdClassName
{
border-color: #56C17A;
}
.TagClassName
{
border-color: #56C17A;
}
</style>