Shades of Emerald #56CB84
Tints of Emerald #56CB84
RGB
CMYK
RGB Variations
Color information
#56CB84 (or 0x56CB84) is known color: Emerald. HEX triplet: 56, CB and 84. RGB value is (86,203,132). Sum of RGB (Red+Green+Blue) = 86+203+132=421 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.43% from 421); Green value is 203 (79.69% from 255 or 48.22% from 421); Blue value is 132 (51.95% from 255 or 31.35% from 421); Max value from RGB is 203 - color contains mainly: green. Hex color #56CB84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56CB84 is #A9347B. Grayscale: #A0A0A0. Windows color (decimal): -11089020 or 8702806. OLE color: 8702806.
HSL color Cylindrical-coordinate representation of color #56CB84: hue angle of 143.59º 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 #56CB84 is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 86 | 203 | 132 | - |
| CMYK | 0.58 | 0 | 0.35 | 0.20 |
| HSL | 143.59º | 0.53% | 0.57% | - |
| HSV(B) | 143.59º | 0.58% | 0.8% | - |
| XYZ | 29.36 | 46.36 | 29.23 | - |
| YUV | 159.92 | 112.24 | 75.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 203 | 132 | 0.58 | 0 | 0.35 | 0.20 | 143.59 | 0.53 | 0.57 |
| Hex | 56 | CB | 84 | 3A | 0 | 23 | 14 | 90 | 35 | 39 |
| Octal | 126 | 313 | 204 | 72 | 0 | 43 | 24 | 220 | 65 | 71 |
| Binary | 1010110 | 11001011 | 10000100 | 111010 | 0 | 100011 | 10100 | 10010000 | 110101 | 111001 |
Color Harmonies of #56CB84
Complementary color
Monochromatic Colors of #56CB84
Black with #56CB84
Text Example
Text Example
White with #56CB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CB84; }
p { color: rgb(86,203,132); }
H1.HeaderClassName
{
color: #56CB84;
}
.AnyTagClassName
{
color: #56CB84;
}
</style>
background-color css
<style>
a { background-color: #56CB84; }
a { background-color: rgb(86,203,132); }
div.DivClassName
{
background-color: #56CB84;
}
.BgClassName
{
background-color: #56CB84;
}
</style>
border-color css
<style>
span { border-color: #56CB84; }
span { border-color: rgb(86,203,132); }
td.TdClassName
{
border-color: #56CB84;
}
.TagClassName
{
border-color: #56CB84;
}
</style>