Shades of Emerald #56D08C
Tints of Emerald #56D08C
RGB
CMYK
RGB Variations
Color information
#56D08C (or 0x56D08C) is known color: Emerald. HEX triplet: 56, D0 and 8C. RGB value is (86,208,140). Sum of RGB (Red+Green+Blue) = 86+208+140=434 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.82% from 434); Green value is 208 (81.64% from 255 or 47.93% from 434); Blue value is 140 (55.08% from 255 or 32.26% from 434); Max value from RGB is 208 - color contains mainly: green. Hex color #56D08C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56D08C is #A92F73. Grayscale: #A3A3A3. Windows color (decimal): -11087732 or 9228374. OLE color: 9228374.
HSL color Cylindrical-coordinate representation of color #56D08C: hue angle of 146.56º degrees, saturation: 0.56, 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 #56D08C is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 86 | 208 | 140 | - |
| CMYK | 0.59 | 0 | 0.33 | 0.18 |
| HSL | 146.56º | 0.56% | 0.58% | - |
| HSV(B) | 146.56º | 0.59% | 0.82% | - |
| XYZ | 31.13 | 48.98 | 32.63 | - |
| YUV | 163.77 | 114.58 | 72.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 208 | 140 | 0.59 | 0 | 0.33 | 0.18 | 146.56 | 0.56 | 0.58 |
| Hex | 56 | D0 | 8C | 3B | 0 | 21 | 12 | 93 | 38 | 3A |
| Octal | 126 | 320 | 214 | 73 | 0 | 41 | 22 | 223 | 70 | 72 |
| Binary | 1010110 | 11010000 | 10001100 | 111011 | 0 | 100001 | 10010 | 10010011 | 111000 | 111010 |
Color Harmonies of #56D08C
Complementary color
Monochromatic Colors of #56D08C
Black with #56D08C
Text Example
Text Example
White with #56D08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56D08C; }
p { color: rgb(86,208,140); }
H1.HeaderClassName
{
color: #56D08C;
}
.AnyTagClassName
{
color: #56D08C;
}
</style>
background-color css
<style>
a { background-color: #56D08C; }
a { background-color: rgb(86,208,140); }
div.DivClassName
{
background-color: #56D08C;
}
.BgClassName
{
background-color: #56D08C;
}
</style>
border-color css
<style>
span { border-color: #56D08C; }
span { border-color: rgb(86,208,140); }
td.TdClassName
{
border-color: #56D08C;
}
.TagClassName
{
border-color: #56D08C;
}
</style>