Shades of Emerald #56CF7E
Tints of Emerald #56CF7E
RGB
CMYK
RGB Variations
Color information
#56CF7E (or 0x56CF7E) is known color: Emerald. HEX triplet: 56, CF and 7E. RGB value is (86,207,126). Sum of RGB (Red+Green+Blue) = 86+207+126=419 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.53% from 419); Green value is 207 (81.25% from 255 or 49.40% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 207 - color contains mainly: green. Hex color #56CF7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56CF7E is #A93081. Grayscale: #A1A1A1. Windows color (decimal): -11088002 or 8310614. OLE color: 8310614.
HSL color Cylindrical-coordinate representation of color #56CF7E: hue angle of 139.83º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56CF7E is Cyan = 0.58, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 86 | 207 | 126 | - |
| CMYK | 0.58 | 0 | 0.39 | 0.19 |
| HSL | 139.83º | 0.56% | 0.57% | - |
| HSV(B) | 139.83º | 0.58% | 0.81% | - |
| XYZ | 29.92 | 48.11 | 27.45 | - |
| YUV | 161.59 | 107.91 | 74.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 207 | 126 | 0.58 | 0 | 0.39 | 0.19 | 139.83 | 0.56 | 0.57 |
| Hex | 56 | CF | 7E | 3A | 0 | 27 | 13 | 8C | 38 | 39 |
| Octal | 126 | 317 | 176 | 72 | 0 | 47 | 23 | 214 | 70 | 71 |
| Binary | 1010110 | 11001111 | 1111110 | 111010 | 0 | 100111 | 10011 | 10001100 | 111000 | 111001 |
Color Harmonies of #56CF7E
Complementary color
Monochromatic Colors of #56CF7E
Black with #56CF7E
Text Example
Text Example
White with #56CF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CF7E; }
p { color: rgb(86,207,126); }
H1.HeaderClassName
{
color: #56CF7E;
}
.AnyTagClassName
{
color: #56CF7E;
}
</style>
background-color css
<style>
a { background-color: #56CF7E; }
a { background-color: rgb(86,207,126); }
div.DivClassName
{
background-color: #56CF7E;
}
.BgClassName
{
background-color: #56CF7E;
}
</style>
border-color css
<style>
span { border-color: #56CF7E; }
span { border-color: rgb(86,207,126); }
td.TdClassName
{
border-color: #56CF7E;
}
.TagClassName
{
border-color: #56CF7E;
}
</style>