Shades of Emerald #56CF6D
Tints of Emerald #56CF6D
RGB
CMYK
RGB Variations
Color information
#56CF6D (or 0x56CF6D) is known color: Emerald. HEX triplet: 56, CF and 6D. RGB value is (86,207,109). Sum of RGB (Red+Green+Blue) = 86+207+109=402 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.39% from 402); Green value is 207 (81.25% from 255 or 51.49% from 402); Blue value is 109 (42.97% from 255 or 27.11% from 402); Max value from RGB is 207 - color contains mainly: green. Hex color #56CF6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56CF6D is #A93092. Grayscale: #9F9F9F. Windows color (decimal): -11088019 or 7196502. OLE color: 7196502.
HSL color Cylindrical-coordinate representation of color #56CF6D: hue angle of 131.4º 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 #56CF6D is Cyan = 0.58, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 86 | 207 | 109 | - |
| CMYK | 0.58 | 0 | 0.47 | 0.19 |
| HSL | 131.41º | 0.56% | 0.57% | - |
| HSV(B) | 131.41º | 0.58% | 0.81% | - |
| XYZ | 28.91 | 47.71 | 22.15 | - |
| YUV | 159.65 | 99.41 | 75.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 207 | 109 | 0.58 | 0 | 0.47 | 0.19 | 131.41 | 0.56 | 0.57 |
| Hex | 56 | CF | 6D | 3A | 0 | 2F | 13 | 83 | 38 | 39 |
| Octal | 126 | 317 | 155 | 72 | 0 | 57 | 23 | 203 | 70 | 71 |
| Binary | 1010110 | 11001111 | 1101101 | 111010 | 0 | 101111 | 10011 | 10000011 | 111000 | 111001 |
Color Harmonies of #56CF6D
Complementary color
Monochromatic Colors of #56CF6D
Black with #56CF6D
Text Example
Text Example
White with #56CF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CF6D; }
p { color: rgb(86,207,109); }
H1.HeaderClassName
{
color: #56CF6D;
}
.AnyTagClassName
{
color: #56CF6D;
}
</style>
background-color css
<style>
a { background-color: #56CF6D; }
a { background-color: rgb(86,207,109); }
div.DivClassName
{
background-color: #56CF6D;
}
.BgClassName
{
background-color: #56CF6D;
}
</style>
border-color css
<style>
span { border-color: #56CF6D; }
span { border-color: rgb(86,207,109); }
td.TdClassName
{
border-color: #56CF6D;
}
.TagClassName
{
border-color: #56CF6D;
}
</style>