Shades of Emerald #56CF7A
Tints of Emerald #56CF7A
RGB
CMYK
RGB Variations
Color information
#56CF7A (or 0x56CF7A) is known color: Emerald. HEX triplet: 56, CF and 7A. RGB value is (86,207,122). Sum of RGB (Red+Green+Blue) = 86+207+122=415 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.72% from 415); Green value is 207 (81.25% from 255 or 49.88% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 207 - color contains mainly: green. Hex color #56CF7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56CF7A is #A93085. Grayscale: #A1A1A1. Windows color (decimal): -11088006 or 8048470. OLE color: 8048470.
HSL color Cylindrical-coordinate representation of color #56CF7A: hue angle of 137.85º 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 #56CF7A is Cyan = 0.58, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 86 | 207 | 122 | - |
| CMYK | 0.58 | 0 | 0.41 | 0.19 |
| HSL | 137.85º | 0.56% | 0.57% | - |
| HSV(B) | 137.85º | 0.58% | 0.81% | - |
| XYZ | 29.66 | 48.01 | 26.12 | - |
| YUV | 161.13 | 105.91 | 74.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 207 | 122 | 0.58 | 0 | 0.41 | 0.19 | 137.85 | 0.56 | 0.57 |
| Hex | 56 | CF | 7A | 3A | 0 | 29 | 13 | 8A | 38 | 39 |
| Octal | 126 | 317 | 172 | 72 | 0 | 51 | 23 | 212 | 70 | 71 |
| Binary | 1010110 | 11001111 | 1111010 | 111010 | 0 | 101001 | 10011 | 10001010 | 111000 | 111001 |
Color Harmonies of #56CF7A
Complementary color
Monochromatic Colors of #56CF7A
Black with #56CF7A
Text Example
Text Example
White with #56CF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CF7A; }
p { color: rgb(86,207,122); }
H1.HeaderClassName
{
color: #56CF7A;
}
.AnyTagClassName
{
color: #56CF7A;
}
</style>
background-color css
<style>
a { background-color: #56CF7A; }
a { background-color: rgb(86,207,122); }
div.DivClassName
{
background-color: #56CF7A;
}
.BgClassName
{
background-color: #56CF7A;
}
</style>
border-color css
<style>
span { border-color: #56CF7A; }
span { border-color: rgb(86,207,122); }
td.TdClassName
{
border-color: #56CF7A;
}
.TagClassName
{
border-color: #56CF7A;
}
</style>