Shades of Emerald #56D961
Tints of Emerald #56D961
RGB
CMYK
RGB Variations
Color information
#56D961 (or 0x56D961) is known color: Emerald. HEX triplet: 56, D9 and 61. RGB value is (86,217,97). Sum of RGB (Red+Green+Blue) = 86+217+97=400 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.5% from 400); Green value is 217 (85.16% from 255 or 54.25% from 400); Blue value is 97 (38.28% from 255 or 24.25% from 400); Max value from RGB is 217 - color contains mainly: green. Hex color #56D961 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56D961 is #A9269E. Grayscale: #A4A4A4. Windows color (decimal): -11085471 or 6412630. OLE color: 6412630.
HSL color Cylindrical-coordinate representation of color #56D961: hue angle of 125.04º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #56D961 is Cyan = 0.60, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 86 | 217 | 97 | - |
| CMYK | 0.60 | 0 | 0.55 | 0.15 |
| HSL | 125.04º | 0.63% | 0.59% | - |
| HSV(B) | 125.04º | 0.6% | 0.85% | - |
| XYZ | 30.81 | 52.47 | 19.81 | - |
| YUV | 164.15 | 90.1 | 72.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 217 | 97 | 0.60 | 0 | 0.55 | 0.15 | 125.04 | 0.63 | 0.59 |
| Hex | 56 | D9 | 61 | 3C | 0 | 37 | F | 7D | 3F | 3B |
| Octal | 126 | 331 | 141 | 74 | 0 | 67 | 17 | 175 | 77 | 73 |
| Binary | 1010110 | 11011001 | 1100001 | 111100 | 0 | 110111 | 1111 | 1111101 | 111111 | 111011 |
Color Harmonies of #56D961
Complementary color
Monochromatic Colors of #56D961
Black with #56D961
Text Example
Text Example
White with #56D961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56D961; }
p { color: rgb(86,217,97); }
H1.HeaderClassName
{
color: #56D961;
}
.AnyTagClassName
{
color: #56D961;
}
</style>
background-color css
<style>
a { background-color: #56D961; }
a { background-color: rgb(86,217,97); }
div.DivClassName
{
background-color: #56D961;
}
.BgClassName
{
background-color: #56D961;
}
</style>
border-color css
<style>
span { border-color: #56D961; }
span { border-color: rgb(86,217,97); }
td.TdClassName
{
border-color: #56D961;
}
.TagClassName
{
border-color: #56D961;
}
</style>