Shades of Emerald #56D265
Tints of Emerald #56D265
RGB
CMYK
RGB Variations
Color information
#56D265 (or 0x56D265) is known color: Emerald. HEX triplet: 56, D2 and 65. RGB value is (86,210,101). Sum of RGB (Red+Green+Blue) = 86+210+101=397 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.66% from 397); Green value is 210 (82.42% from 255 or 52.90% from 397); Blue value is 101 (39.84% from 255 or 25.44% from 397); Max value from RGB is 210 - color contains mainly: green. Hex color #56D265 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56D265 is #A92D9A. Grayscale: #A0A0A0. Windows color (decimal): -11087259 or 6672982. OLE color: 6672982.
HSL color Cylindrical-coordinate representation of color #56D265: hue angle of 127.26º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #56D265 is Cyan = 0.59, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 86 | 210 | 101 | - |
| CMYK | 0.59 | 0 | 0.52 | 0.18 |
| HSL | 127.26º | 0.58% | 0.58% | - |
| HSV(B) | 127.26º | 0.59% | 0.82% | - |
| XYZ | 29.23 | 49.01 | 20.23 | - |
| YUV | 160.5 | 94.42 | 74.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 210 | 101 | 0.59 | 0 | 0.52 | 0.18 | 127.26 | 0.58 | 0.58 |
| Hex | 56 | D2 | 65 | 3B | 0 | 34 | 12 | 7F | 3A | 3A |
| Octal | 126 | 322 | 145 | 73 | 0 | 64 | 22 | 177 | 72 | 72 |
| Binary | 1010110 | 11010010 | 1100101 | 111011 | 0 | 110100 | 10010 | 1111111 | 111010 | 111010 |
Color Harmonies of #56D265
Complementary color
Monochromatic Colors of #56D265
Black with #56D265
Text Example
Text Example
White with #56D265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56D265; }
p { color: rgb(86,210,101); }
H1.HeaderClassName
{
color: #56D265;
}
.AnyTagClassName
{
color: #56D265;
}
</style>
background-color css
<style>
a { background-color: #56D265; }
a { background-color: rgb(86,210,101); }
div.DivClassName
{
background-color: #56D265;
}
.BgClassName
{
background-color: #56D265;
}
</style>
border-color css
<style>
span { border-color: #56D265; }
span { border-color: rgb(86,210,101); }
td.TdClassName
{
border-color: #56D265;
}
.TagClassName
{
border-color: #56D265;
}
</style>