Shades of Emerald #56C97D
Tints of Emerald #56C97D
RGB
CMYK
RGB Variations
Color information
#56C97D (or 0x56C97D) is known color: Emerald. HEX triplet: 56, C9 and 7D. RGB value is (86,201,125). Sum of RGB (Red+Green+Blue) = 86+201+125=412 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.87% from 412); Green value is 201 (78.91% from 255 or 48.79% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 201 - color contains mainly: green. Hex color #56C97D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56C97D is #A93682. Grayscale: #9E9E9E. Windows color (decimal): -11089539 or 8243542. OLE color: 8243542.
HSL color Cylindrical-coordinate representation of color #56C97D: hue angle of 140.35º 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 #56C97D is Cyan = 0.57, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 86 | 201 | 125 | - |
| CMYK | 0.57 | 0 | 0.38 | 0.21 |
| HSL | 140.35º | 0.52% | 0.56% | - |
| HSV(B) | 140.35º | 0.57% | 0.79% | - |
| XYZ | 28.43 | 45.23 | 26.63 | - |
| YUV | 157.95 | 109.4 | 76.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 201 | 125 | 0.57 | 0 | 0.38 | 0.21 | 140.35 | 0.52 | 0.56 |
| Hex | 56 | C9 | 7D | 39 | 0 | 26 | 15 | 8C | 34 | 38 |
| Octal | 126 | 311 | 175 | 71 | 0 | 46 | 25 | 214 | 64 | 70 |
| Binary | 1010110 | 11001001 | 1111101 | 111001 | 0 | 100110 | 10101 | 10001100 | 110100 | 111000 |
Color Harmonies of #56C97D
Complementary color
Monochromatic Colors of #56C97D
Black with #56C97D
Text Example
Text Example
White with #56C97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C97D; }
p { color: rgb(86,201,125); }
H1.HeaderClassName
{
color: #56C97D;
}
.AnyTagClassName
{
color: #56C97D;
}
</style>
background-color css
<style>
a { background-color: #56C97D; }
a { background-color: rgb(86,201,125); }
div.DivClassName
{
background-color: #56C97D;
}
.BgClassName
{
background-color: #56C97D;
}
</style>
border-color css
<style>
span { border-color: #56C97D; }
span { border-color: rgb(86,201,125); }
td.TdClassName
{
border-color: #56C97D;
}
.TagClassName
{
border-color: #56C97D;
}
</style>