Shades of Emerald #56C975
Tints of Emerald #56C975
RGB
CMYK
RGB Variations
Color information
#56C975 (or 0x56C975) is known color: Emerald. HEX triplet: 56, C9 and 75. RGB value is (86,201,117). Sum of RGB (Red+Green+Blue) = 86+201+117=404 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.29% from 404); Green value is 201 (78.91% from 255 or 49.75% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 201 - color contains mainly: green. Hex color #56C975 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56C975 is #A9368A. Grayscale: #9D9D9D. Windows color (decimal): -11089547 or 7719254. OLE color: 7719254.
HSL color Cylindrical-coordinate representation of color #56C975: hue angle of 136.17º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #56C975 is Cyan = 0.57, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 86 | 201 | 117 | - |
| CMYK | 0.57 | 0 | 0.42 | 0.21 |
| HSL | 136.17º | 0.52% | 0.56% | - |
| HSV(B) | 136.17º | 0.57% | 0.79% | - |
| XYZ | 27.94 | 45.04 | 24.05 | - |
| YUV | 157.04 | 105.4 | 77.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 201 | 117 | 0.57 | 0 | 0.42 | 0.21 | 136.17 | 0.52 | 0.56 |
| Hex | 56 | C9 | 75 | 39 | 0 | 2A | 15 | 88 | 34 | 38 |
| Octal | 126 | 311 | 165 | 71 | 0 | 52 | 25 | 210 | 64 | 70 |
| Binary | 1010110 | 11001001 | 1110101 | 111001 | 0 | 101010 | 10101 | 10001000 | 110100 | 111000 |
Color Harmonies of #56C975
Complementary color
Monochromatic Colors of #56C975
Black with #56C975
Text Example
Text Example
White with #56C975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C975; }
p { color: rgb(86,201,117); }
H1.HeaderClassName
{
color: #56C975;
}
.AnyTagClassName
{
color: #56C975;
}
</style>
background-color css
<style>
a { background-color: #56C975; }
a { background-color: rgb(86,201,117); }
div.DivClassName
{
background-color: #56C975;
}
.BgClassName
{
background-color: #56C975;
}
</style>
border-color css
<style>
span { border-color: #56C975; }
span { border-color: rgb(86,201,117); }
td.TdClassName
{
border-color: #56C975;
}
.TagClassName
{
border-color: #56C975;
}
</style>