Shades of Emerald #56CF8C
Tints of Emerald #56CF8C
RGB
CMYK
RGB Variations
Color information
#56CF8C (or 0x56CF8C) is known color: Emerald. HEX triplet: 56, CF and 8C. RGB value is (86,207,140). Sum of RGB (Red+Green+Blue) = 86+207+140=433 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.86% from 433); Green value is 207 (81.25% from 255 or 47.81% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 207 - color contains mainly: green. Hex color #56CF8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56CF8C is #A93073. Grayscale: #A3A3A3. Windows color (decimal): -11087988 or 9228118. OLE color: 9228118.
HSL color Cylindrical-coordinate representation of color #56CF8C: hue angle of 146.78º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56CF8C is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 86 | 207 | 140 | - |
| CMYK | 0.58 | 0 | 0.32 | 0.19 |
| HSL | 146.78º | 0.56% | 0.57% | - |
| HSV(B) | 146.78º | 0.58% | 0.81% | - |
| XYZ | 30.88 | 48.5 | 32.54 | - |
| YUV | 163.18 | 114.91 | 72.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 207 | 140 | 0.58 | 0 | 0.32 | 0.19 | 146.78 | 0.56 | 0.57 |
| Hex | 56 | CF | 8C | 3A | 0 | 20 | 13 | 93 | 38 | 39 |
| Octal | 126 | 317 | 214 | 72 | 0 | 40 | 23 | 223 | 70 | 71 |
| Binary | 1010110 | 11001111 | 10001100 | 111010 | 0 | 100000 | 10011 | 10010011 | 111000 | 111001 |
Color Harmonies of #56CF8C
Complementary color
Monochromatic Colors of #56CF8C
Black with #56CF8C
Text Example
Text Example
White with #56CF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CF8C; }
p { color: rgb(86,207,140); }
H1.HeaderClassName
{
color: #56CF8C;
}
.AnyTagClassName
{
color: #56CF8C;
}
</style>
background-color css
<style>
a { background-color: #56CF8C; }
a { background-color: rgb(86,207,140); }
div.DivClassName
{
background-color: #56CF8C;
}
.BgClassName
{
background-color: #56CF8C;
}
</style>
border-color css
<style>
span { border-color: #56CF8C; }
span { border-color: rgb(86,207,140); }
td.TdClassName
{
border-color: #56CF8C;
}
.TagClassName
{
border-color: #56CF8C;
}
</style>