Shades of Emerald #56BE7F
Tints of Emerald #56BE7F
RGB
CMYK
RGB Variations
Color information
#56BE7F (or 0x56BE7F) is known color: Emerald. HEX triplet: 56, BE and 7F. RGB value is (86,190,127). Sum of RGB (Red+Green+Blue) = 86+190+127=403 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.34% from 403); Green value is 190 (74.61% from 255 or 47.15% from 403); Blue value is 127 (50% from 255 or 31.51% from 403); Max value from RGB is 190 - color contains mainly: green. Hex color #56BE7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56BE7F is #A94180. Grayscale: #979797. Windows color (decimal): -11092353 or 8371798. OLE color: 8371798.
HSL color Cylindrical-coordinate representation of color #56BE7F: hue angle of 143.65º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #56BE7F is Cyan = 0.55, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 86 | 190 | 127 | - |
| CMYK | 0.55 | 0 | 0.33 | 0.25 |
| HSL | 143.65º | 0.44% | 0.54% | - |
| HSV(B) | 143.65º | 0.55% | 0.75% | - |
| XYZ | 26.08 | 40.34 | 26.49 | - |
| YUV | 151.72 | 114.04 | 81.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 190 | 127 | 0.55 | 0 | 0.33 | 0.25 | 143.65 | 0.44 | 0.54 |
| Hex | 56 | BE | 7F | 37 | 0 | 21 | 19 | 90 | 2C | 36 |
| Octal | 126 | 276 | 177 | 67 | 0 | 41 | 31 | 220 | 54 | 66 |
| Binary | 1010110 | 10111110 | 1111111 | 110111 | 0 | 100001 | 11001 | 10010000 | 101100 | 110110 |
Color Harmonies of #56BE7F
Complementary color
Monochromatic Colors of #56BE7F
Black with #56BE7F
Text Example
Text Example
White with #56BE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BE7F; }
p { color: rgb(86,190,127); }
H1.HeaderClassName
{
color: #56BE7F;
}
.AnyTagClassName
{
color: #56BE7F;
}
</style>
background-color css
<style>
a { background-color: #56BE7F; }
a { background-color: rgb(86,190,127); }
div.DivClassName
{
background-color: #56BE7F;
}
.BgClassName
{
background-color: #56BE7F;
}
</style>
border-color css
<style>
span { border-color: #56BE7F; }
span { border-color: rgb(86,190,127); }
td.TdClassName
{
border-color: #56BE7F;
}
.TagClassName
{
border-color: #56BE7F;
}
</style>