Shades of Emerald #56C175
Tints of Emerald #56C175
RGB
CMYK
RGB Variations
Color information
#56C175 (or 0x56C175) is known color: Emerald. HEX triplet: 56, C1 and 75. RGB value is (86,193,117). Sum of RGB (Red+Green+Blue) = 86+193+117=396 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.72% from 396); Green value is 193 (75.78% from 255 or 48.74% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 193 - color contains mainly: green. Hex color #56C175 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56C175 is #A93E8A. Grayscale: #989898. Windows color (decimal): -11091595 or 7717206. OLE color: 7717206.
HSL color Cylindrical-coordinate representation of color #56C175: hue angle of 137.38º 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 #56C175 is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 86 | 193 | 117 | - |
| CMYK | 0.55 | 0 | 0.39 | 0.24 |
| HSL | 137.38º | 0.46% | 0.55% | - |
| HSV(B) | 137.38º | 0.55% | 0.76% | - |
| XYZ | 26.12 | 41.4 | 23.44 | - |
| YUV | 152.34 | 108.05 | 80.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 193 | 117 | 0.55 | 0 | 0.39 | 0.24 | 137.38 | 0.46 | 0.55 |
| Hex | 56 | C1 | 75 | 37 | 0 | 27 | 18 | 89 | 2E | 37 |
| Octal | 126 | 301 | 165 | 67 | 0 | 47 | 30 | 211 | 56 | 67 |
| Binary | 1010110 | 11000001 | 1110101 | 110111 | 0 | 100111 | 11000 | 10001001 | 101110 | 110111 |
Color Harmonies of #56C175
Complementary color
Monochromatic Colors of #56C175
Black with #56C175
Text Example
Text Example
White with #56C175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C175; }
p { color: rgb(86,193,117); }
H1.HeaderClassName
{
color: #56C175;
}
.AnyTagClassName
{
color: #56C175;
}
</style>
background-color css
<style>
a { background-color: #56C175; }
a { background-color: rgb(86,193,117); }
div.DivClassName
{
background-color: #56C175;
}
.BgClassName
{
background-color: #56C175;
}
</style>
border-color css
<style>
span { border-color: #56C175; }
span { border-color: rgb(86,193,117); }
td.TdClassName
{
border-color: #56C175;
}
.TagClassName
{
border-color: #56C175;
}
</style>