Shades of Emerald #56BF7E
Tints of Emerald #56BF7E
RGB
CMYK
RGB Variations
Color information
#56BF7E (or 0x56BF7E) is known color: Emerald. HEX triplet: 56, BF and 7E. RGB value is (86,191,126). Sum of RGB (Red+Green+Blue) = 86+191+126=403 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.34% from 403); Green value is 191 (75% from 255 or 47.39% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 191 - color contains mainly: green. Hex color #56BF7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56BF7E is #A94081. Grayscale: #989898. Windows color (decimal): -11092098 or 8306518. OLE color: 8306518.
HSL color Cylindrical-coordinate representation of color #56BF7E: hue angle of 142.86º degrees, saturation: 0.45, 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 #56BF7E is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 86 | 191 | 126 | - |
| CMYK | 0.55 | 0 | 0.34 | 0.25 |
| HSL | 142.86º | 0.45% | 0.54% | - |
| HSV(B) | 142.86º | 0.55% | 0.75% | - |
| XYZ | 26.23 | 40.75 | 26.22 | - |
| YUV | 152.2 | 113.21 | 80.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 191 | 126 | 0.55 | 0 | 0.34 | 0.25 | 142.86 | 0.45 | 0.54 |
| Hex | 56 | BF | 7E | 37 | 0 | 22 | 19 | 8F | 2D | 36 |
| Octal | 126 | 277 | 176 | 67 | 0 | 42 | 31 | 217 | 55 | 66 |
| Binary | 1010110 | 10111111 | 1111110 | 110111 | 0 | 100010 | 11001 | 10001111 | 101101 | 110110 |
Color Harmonies of #56BF7E
Complementary color
Monochromatic Colors of #56BF7E
Black with #56BF7E
Text Example
Text Example
White with #56BF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BF7E; }
p { color: rgb(86,191,126); }
H1.HeaderClassName
{
color: #56BF7E;
}
.AnyTagClassName
{
color: #56BF7E;
}
</style>
background-color css
<style>
a { background-color: #56BF7E; }
a { background-color: rgb(86,191,126); }
div.DivClassName
{
background-color: #56BF7E;
}
.BgClassName
{
background-color: #56BF7E;
}
</style>
border-color css
<style>
span { border-color: #56BF7E; }
span { border-color: rgb(86,191,126); }
td.TdClassName
{
border-color: #56BF7E;
}
.TagClassName
{
border-color: #56BF7E;
}
</style>