Shades of Emerald #56CB80
Tints of Emerald #56CB80
RGB
CMYK
RGB Variations
Color information
#56CB80 (or 0x56CB80) is known color: Emerald. HEX triplet: 56, CB and 80. RGB value is (86,203,128). Sum of RGB (Red+Green+Blue) = 86+203+128=417 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.62% from 417); Green value is 203 (79.69% from 255 or 48.68% from 417); Blue value is 128 (50.39% from 255 or 30.70% from 417); Max value from RGB is 203 - color contains mainly: green. Hex color #56CB80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56CB80 is #A9347F. Grayscale: #9F9F9F. Windows color (decimal): -11089024 or 8440662. OLE color: 8440662.
HSL color Cylindrical-coordinate representation of color #56CB80: hue angle of 141.54º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56CB80 is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 86 | 203 | 128 | - |
| CMYK | 0.58 | 0 | 0.37 | 0.20 |
| HSL | 141.54º | 0.53% | 0.57% | - |
| HSV(B) | 141.54º | 0.58% | 0.8% | - |
| XYZ | 29.09 | 46.25 | 27.82 | - |
| YUV | 159.47 | 110.24 | 75.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 203 | 128 | 0.58 | 0 | 0.37 | 0.20 | 141.54 | 0.53 | 0.57 |
| Hex | 56 | CB | 80 | 3A | 0 | 25 | 14 | 8E | 35 | 39 |
| Octal | 126 | 313 | 200 | 72 | 0 | 45 | 24 | 216 | 65 | 71 |
| Binary | 1010110 | 11001011 | 10000000 | 111010 | 0 | 100101 | 10100 | 10001110 | 110101 | 111001 |
Color Harmonies of #56CB80
Complementary color
Monochromatic Colors of #56CB80
Black with #56CB80
Text Example
Text Example
White with #56CB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CB80; }
p { color: rgb(86,203,128); }
H1.HeaderClassName
{
color: #56CB80;
}
.AnyTagClassName
{
color: #56CB80;
}
</style>
background-color css
<style>
a { background-color: #56CB80; }
a { background-color: rgb(86,203,128); }
div.DivClassName
{
background-color: #56CB80;
}
.BgClassName
{
background-color: #56CB80;
}
</style>
border-color css
<style>
span { border-color: #56CB80; }
span { border-color: rgb(86,203,128); }
td.TdClassName
{
border-color: #56CB80;
}
.TagClassName
{
border-color: #56CB80;
}
</style>