Shades of Emerald #56CF83
Tints of Emerald #56CF83
RGB
CMYK
RGB Variations
Color information
#56CF83 (or 0x56CF83) is known color: Emerald. HEX triplet: 56, CF and 83. RGB value is (86,207,131). Sum of RGB (Red+Green+Blue) = 86+207+131=424 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.28% from 424); Green value is 207 (81.25% from 255 or 48.82% from 424); Blue value is 131 (51.56% from 255 or 30.90% from 424); Max value from RGB is 207 - color contains mainly: green. Hex color #56CF83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56CF83 is #A9307C. Grayscale: #A2A2A2. Windows color (decimal): -11087997 or 8638294. OLE color: 8638294.
HSL color Cylindrical-coordinate representation of color #56CF83: hue angle of 142.31º 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 #56CF83 is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 86 | 207 | 131 | - |
| CMYK | 0.58 | 0 | 0.37 | 0.19 |
| HSL | 142.31º | 0.56% | 0.57% | - |
| HSV(B) | 142.31º | 0.58% | 0.81% | - |
| XYZ | 30.25 | 48.24 | 29.19 | - |
| YUV | 162.16 | 110.41 | 73.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 207 | 131 | 0.58 | 0 | 0.37 | 0.19 | 142.31 | 0.56 | 0.57 |
| Hex | 56 | CF | 83 | 3A | 0 | 25 | 13 | 8E | 38 | 39 |
| Octal | 126 | 317 | 203 | 72 | 0 | 45 | 23 | 216 | 70 | 71 |
| Binary | 1010110 | 11001111 | 10000011 | 111010 | 0 | 100101 | 10011 | 10001110 | 111000 | 111001 |
Color Harmonies of #56CF83
Complementary color
Monochromatic Colors of #56CF83
Black with #56CF83
Text Example
Text Example
White with #56CF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CF83; }
p { color: rgb(86,207,131); }
H1.HeaderClassName
{
color: #56CF83;
}
.AnyTagClassName
{
color: #56CF83;
}
</style>
background-color css
<style>
a { background-color: #56CF83; }
a { background-color: rgb(86,207,131); }
div.DivClassName
{
background-color: #56CF83;
}
.BgClassName
{
background-color: #56CF83;
}
</style>
border-color css
<style>
span { border-color: #56CF83; }
span { border-color: rgb(86,207,131); }
td.TdClassName
{
border-color: #56CF83;
}
.TagClassName
{
border-color: #56CF83;
}
</style>