Shades of Emerald #56C37F
Tints of Emerald #56C37F
RGB
CMYK
RGB Variations
Color information
#56C37F (or 0x56C37F) is known color: Emerald. HEX triplet: 56, C3 and 7F. RGB value is (86,195,127). Sum of RGB (Red+Green+Blue) = 86+195+127=408 (54% of max value = 765). Red value is 86 (33.98% from 255 or 21.08% from 408); Green value is 195 (76.56% from 255 or 47.79% from 408); Blue value is 127 (50% from 255 or 31.13% from 408); Max value from RGB is 195 - color contains mainly: green. Hex color #56C37F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56C37F is #A93C80. Grayscale: #9A9A9A. Windows color (decimal): -11091073 or 8373078. OLE color: 8373078.
HSL color Cylindrical-coordinate representation of color #56C37F: hue angle of 142.57º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #56C37F is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 86 | 195 | 127 | - |
| CMYK | 0.56 | 0 | 0.35 | 0.24 |
| HSL | 142.57º | 0.48% | 0.55% | - |
| HSV(B) | 142.57º | 0.56% | 0.76% | - |
| XYZ | 27.18 | 42.54 | 26.86 | - |
| YUV | 154.66 | 112.39 | 79.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 195 | 127 | 0.56 | 0 | 0.35 | 0.24 | 142.57 | 0.48 | 0.55 |
| Hex | 56 | C3 | 7F | 38 | 0 | 23 | 18 | 8F | 30 | 37 |
| Octal | 126 | 303 | 177 | 70 | 0 | 43 | 30 | 217 | 60 | 67 |
| Binary | 1010110 | 11000011 | 1111111 | 111000 | 0 | 100011 | 11000 | 10001111 | 110000 | 110111 |
Color Harmonies of #56C37F
Complementary color
Monochromatic Colors of #56C37F
Black with #56C37F
Text Example
Text Example
White with #56C37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C37F; }
p { color: rgb(86,195,127); }
H1.HeaderClassName
{
color: #56C37F;
}
.AnyTagClassName
{
color: #56C37F;
}
</style>
background-color css
<style>
a { background-color: #56C37F; }
a { background-color: rgb(86,195,127); }
div.DivClassName
{
background-color: #56C37F;
}
.BgClassName
{
background-color: #56C37F;
}
</style>
border-color css
<style>
span { border-color: #56C37F; }
span { border-color: rgb(86,195,127); }
td.TdClassName
{
border-color: #56C37F;
}
.TagClassName
{
border-color: #56C37F;
}
</style>