Shades of Emerald #56DD65
Tints of Emerald #56DD65
RGB
CMYK
RGB Variations
Color information
#56DD65 (or 0x56DD65) is known color: Emerald. HEX triplet: 56, DD and 65. RGB value is (86,221,101). Sum of RGB (Red+Green+Blue) = 86+221+101=408 (54% of max value = 765). Red value is 86 (33.98% from 255 or 21.08% from 408); Green value is 221 (86.72% from 255 or 54.17% from 408); Blue value is 101 (39.84% from 255 or 24.75% from 408); Max value from RGB is 221 - color contains mainly: green. Hex color #56DD65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56DD65 is #A9229A. Grayscale: #A7A7A7. Windows color (decimal): -11084443 or 6675798. OLE color: 6675798.
HSL color Cylindrical-coordinate representation of color #56DD65: hue angle of 126.67º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56DD65 is Cyan = 0.61, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 221 | 101 | - |
| CMYK | 0.61 | 0 | 0.54 | 0.13 |
| HSL | 126.67º | 0.67% | 0.6% | - |
| HSV(B) | 126.67º | 0.61% | 0.87% | - |
| XYZ | 32.04 | 54.63 | 21.17 | - |
| YUV | 166.96 | 90.77 | 70.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 221 | 101 | 0.61 | 0 | 0.54 | 0.13 | 126.67 | 0.67 | 0.6 |
| Hex | 56 | DD | 65 | 3D | 0 | 36 | D | 7F | 43 | 3C |
| Octal | 126 | 335 | 145 | 75 | 0 | 66 | 15 | 177 | 103 | 74 |
| Binary | 1010110 | 11011101 | 1100101 | 111101 | 0 | 110110 | 1101 | 1111111 | 1000011 | 111100 |
Color Harmonies of #56DD65
Complementary color
Monochromatic Colors of #56DD65
Black with #56DD65
Text Example
Text Example
White with #56DD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DD65; }
p { color: rgb(86,221,101); }
H1.HeaderClassName
{
color: #56DD65;
}
.AnyTagClassName
{
color: #56DD65;
}
</style>
background-color css
<style>
a { background-color: #56DD65; }
a { background-color: rgb(86,221,101); }
div.DivClassName
{
background-color: #56DD65;
}
.BgClassName
{
background-color: #56DD65;
}
</style>
border-color css
<style>
span { border-color: #56DD65; }
span { border-color: rgb(86,221,101); }
td.TdClassName
{
border-color: #56DD65;
}
.TagClassName
{
border-color: #56DD65;
}
</style>