Shades of Emerald #56C075
Tints of Emerald #56C075
RGB
CMYK
RGB Variations
Color information
#56C075 (or 0x56C075) is known color: Emerald. HEX triplet: 56, C0 and 75. RGB value is (86,192,117). Sum of RGB (Red+Green+Blue) = 86+192+117=395 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.77% from 395); Green value is 192 (75.39% from 255 or 48.61% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 192 - color contains mainly: green. Hex color #56C075 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56C075 is #A93F8A. Grayscale: #979797. Windows color (decimal): -11091851 or 7716950. OLE color: 7716950.
HSL color Cylindrical-coordinate representation of color #56C075: hue angle of 137.55º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #56C075 is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 86 | 192 | 117 | - |
| CMYK | 0.55 | 0 | 0.39 | 0.25 |
| HSL | 137.55º | 0.46% | 0.55% | - |
| HSV(B) | 137.55º | 0.55% | 0.75% | - |
| XYZ | 25.9 | 40.96 | 23.37 | - |
| YUV | 151.76 | 108.38 | 81.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 192 | 117 | 0.55 | 0 | 0.39 | 0.25 | 137.55 | 0.46 | 0.55 |
| Hex | 56 | C0 | 75 | 37 | 0 | 27 | 19 | 8A | 2E | 37 |
| Octal | 126 | 300 | 165 | 67 | 0 | 47 | 31 | 212 | 56 | 67 |
| Binary | 1010110 | 11000000 | 1110101 | 110111 | 0 | 100111 | 11001 | 10001010 | 101110 | 110111 |
Color Harmonies of #56C075
Complementary color
Monochromatic Colors of #56C075
Black with #56C075
Text Example
Text Example
White with #56C075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C075; }
p { color: rgb(86,192,117); }
H1.HeaderClassName
{
color: #56C075;
}
.AnyTagClassName
{
color: #56C075;
}
</style>
background-color css
<style>
a { background-color: #56C075; }
a { background-color: rgb(86,192,117); }
div.DivClassName
{
background-color: #56C075;
}
.BgClassName
{
background-color: #56C075;
}
</style>
border-color css
<style>
span { border-color: #56C075; }
span { border-color: rgb(86,192,117); }
td.TdClassName
{
border-color: #56C075;
}
.TagClassName
{
border-color: #56C075;
}
</style>