Shades of Emerald #56CA7B
Tints of Emerald #56CA7B
RGB
CMYK
RGB Variations
Color information
#56CA7B (or 0x56CA7B) is known color: Emerald. HEX triplet: 56, CA and 7B. RGB value is (86,202,123). Sum of RGB (Red+Green+Blue) = 86+202+123=411 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.92% from 411); Green value is 202 (79.30% from 255 or 49.15% from 411); Blue value is 123 (48.44% from 255 or 29.93% from 411); Max value from RGB is 202 - color contains mainly: green. Hex color #56CA7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56CA7B is #A93584. Grayscale: #9E9E9E. Windows color (decimal): -11089285 or 8112726. OLE color: 8112726.
HSL color Cylindrical-coordinate representation of color #56CA7B: hue angle of 139.14º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #56CA7B is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 86 | 202 | 123 | - |
| CMYK | 0.57 | 0 | 0.39 | 0.21 |
| HSL | 139.14º | 0.52% | 0.56% | - |
| HSV(B) | 139.14º | 0.57% | 0.79% | - |
| XYZ | 28.53 | 45.65 | 26.05 | - |
| YUV | 158.31 | 108.07 | 76.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 202 | 123 | 0.57 | 0 | 0.39 | 0.21 | 139.14 | 0.52 | 0.56 |
| Hex | 56 | CA | 7B | 39 | 0 | 27 | 15 | 8B | 34 | 38 |
| Octal | 126 | 312 | 173 | 71 | 0 | 47 | 25 | 213 | 64 | 70 |
| Binary | 1010110 | 11001010 | 1111011 | 111001 | 0 | 100111 | 10101 | 10001011 | 110100 | 111000 |
Color Harmonies of #56CA7B
Complementary color
Monochromatic Colors of #56CA7B
Black with #56CA7B
Text Example
Text Example
White with #56CA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CA7B; }
p { color: rgb(86,202,123); }
H1.HeaderClassName
{
color: #56CA7B;
}
.AnyTagClassName
{
color: #56CA7B;
}
</style>
background-color css
<style>
a { background-color: #56CA7B; }
a { background-color: rgb(86,202,123); }
div.DivClassName
{
background-color: #56CA7B;
}
.BgClassName
{
background-color: #56CA7B;
}
</style>
border-color css
<style>
span { border-color: #56CA7B; }
span { border-color: rgb(86,202,123); }
td.TdClassName
{
border-color: #56CA7B;
}
.TagClassName
{
border-color: #56CA7B;
}
</style>