Shades of Emerald #56CF6C
Tints of Emerald #56CF6C
RGB
CMYK
RGB Variations
Color information
#56CF6C (or 0x56CF6C) is known color: Emerald. HEX triplet: 56, CF and 6C. RGB value is (86,207,108). Sum of RGB (Red+Green+Blue) = 86+207+108=401 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.45% from 401); Green value is 207 (81.25% from 255 or 51.62% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 207 - color contains mainly: green. Hex color #56CF6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56CF6C is #A93093. Grayscale: #9F9F9F. Windows color (decimal): -11088020 or 7130966. OLE color: 7130966.
HSL color Cylindrical-coordinate representation of color #56CF6C: hue angle of 130.91º 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 #56CF6C is Cyan = 0.58, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 86 | 207 | 108 | - |
| CMYK | 0.58 | 0 | 0.48 | 0.19 |
| HSL | 130.91º | 0.56% | 0.57% | - |
| HSV(B) | 130.91º | 0.58% | 0.81% | - |
| XYZ | 28.86 | 47.69 | 21.87 | - |
| YUV | 159.54 | 98.91 | 75.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 207 | 108 | 0.58 | 0 | 0.48 | 0.19 | 130.91 | 0.56 | 0.57 |
| Hex | 56 | CF | 6C | 3A | 0 | 30 | 13 | 83 | 38 | 39 |
| Octal | 126 | 317 | 154 | 72 | 0 | 60 | 23 | 203 | 70 | 71 |
| Binary | 1010110 | 11001111 | 1101100 | 111010 | 0 | 110000 | 10011 | 10000011 | 111000 | 111001 |
Color Harmonies of #56CF6C
Complementary color
Monochromatic Colors of #56CF6C
Black with #56CF6C
Text Example
Text Example
White with #56CF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CF6C; }
p { color: rgb(86,207,108); }
H1.HeaderClassName
{
color: #56CF6C;
}
.AnyTagClassName
{
color: #56CF6C;
}
</style>
background-color css
<style>
a { background-color: #56CF6C; }
a { background-color: rgb(86,207,108); }
div.DivClassName
{
background-color: #56CF6C;
}
.BgClassName
{
background-color: #56CF6C;
}
</style>
border-color css
<style>
span { border-color: #56CF6C; }
span { border-color: rgb(86,207,108); }
td.TdClassName
{
border-color: #56CF6C;
}
.TagClassName
{
border-color: #56CF6C;
}
</style>