Shades of Emerald #56CB83
Tints of Emerald #56CB83
RGB
CMYK
RGB Variations
Color information
#56CB83 (or 0x56CB83) is known color: Emerald. HEX triplet: 56, CB and 83. RGB value is (86,203,131). Sum of RGB (Red+Green+Blue) = 86+203+131=420 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.48% from 420); Green value is 203 (79.69% from 255 or 48.33% from 420); Blue value is 131 (51.56% from 255 or 31.19% from 420); Max value from RGB is 203 - color contains mainly: green. Hex color #56CB83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56CB83 is #A9347C. Grayscale: #9F9F9F. Windows color (decimal): -11089021 or 8637270. OLE color: 8637270.
HSL color Cylindrical-coordinate representation of color #56CB83: hue angle of 143.08º 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 #56CB83 is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 86 | 203 | 131 | - |
| CMYK | 0.58 | 0 | 0.35 | 0.20 |
| HSL | 143.08º | 0.53% | 0.57% | - |
| HSV(B) | 143.08º | 0.58% | 0.8% | - |
| XYZ | 29.29 | 46.33 | 28.87 | - |
| YUV | 159.81 | 111.74 | 75.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 203 | 131 | 0.58 | 0 | 0.35 | 0.20 | 143.08 | 0.53 | 0.57 |
| Hex | 56 | CB | 83 | 3A | 0 | 23 | 14 | 8F | 35 | 39 |
| Octal | 126 | 313 | 203 | 72 | 0 | 43 | 24 | 217 | 65 | 71 |
| Binary | 1010110 | 11001011 | 10000011 | 111010 | 0 | 100011 | 10100 | 10001111 | 110101 | 111001 |
Color Harmonies of #56CB83
Complementary color
Monochromatic Colors of #56CB83
Black with #56CB83
Text Example
Text Example
White with #56CB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CB83; }
p { color: rgb(86,203,131); }
H1.HeaderClassName
{
color: #56CB83;
}
.AnyTagClassName
{
color: #56CB83;
}
</style>
background-color css
<style>
a { background-color: #56CB83; }
a { background-color: rgb(86,203,131); }
div.DivClassName
{
background-color: #56CB83;
}
.BgClassName
{
background-color: #56CB83;
}
</style>
border-color css
<style>
span { border-color: #56CB83; }
span { border-color: rgb(86,203,131); }
td.TdClassName
{
border-color: #56CB83;
}
.TagClassName
{
border-color: #56CB83;
}
</style>