Shades of Emerald #56E488
Tints of Emerald #56E488
RGB
CMYK
RGB Variations
Color information
#56E488 (or 0x56E488) is known color: Emerald. HEX triplet: 56, E4 and 88. RGB value is (86,228,136). Sum of RGB (Red+Green+Blue) = 86+228+136=450 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.11% from 450); Green value is 228 (89.45% from 255 or 50.67% from 450); Blue value is 136 (53.52% from 255 or 30.22% from 450); Max value from RGB is 228 - color contains mainly: green. Hex color #56E488 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56E488 is #A91B77. Grayscale: #AFAFAF. Windows color (decimal): -11082616 or 8971350. OLE color: 8971350.
HSL color Cylindrical-coordinate representation of color #56E488: hue angle of 141.13º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #56E488 is Cyan = 0.62, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 86 | 228 | 136 | - |
| CMYK | 0.62 | 0 | 0.40 | 0.11 |
| HSL | 141.13º | 0.72% | 0.62% | - |
| HSV(B) | 141.13º | 0.62% | 0.89% | - |
| XYZ | 36.03 | 59.24 | 32.83 | - |
| YUV | 175.05 | 105.96 | 64.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 228 | 136 | 0.62 | 0 | 0.40 | 0.11 | 141.13 | 0.72 | 0.62 |
| Hex | 56 | E4 | 88 | 3E | 0 | 28 | B | 8D | 48 | 3E |
| Octal | 126 | 344 | 210 | 76 | 0 | 50 | 13 | 215 | 110 | 76 |
| Binary | 1010110 | 11100100 | 10001000 | 111110 | 0 | 101000 | 1011 | 10001101 | 1001000 | 111110 |
Color Harmonies of #56E488
Complementary color
Monochromatic Colors of #56E488
Black with #56E488
Text Example
Text Example
White with #56E488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56E488; }
p { color: rgb(86,228,136); }
H1.HeaderClassName
{
color: #56E488;
}
.AnyTagClassName
{
color: #56E488;
}
</style>
background-color css
<style>
a { background-color: #56E488; }
a { background-color: rgb(86,228,136); }
div.DivClassName
{
background-color: #56E488;
}
.BgClassName
{
background-color: #56E488;
}
</style>
border-color css
<style>
span { border-color: #56E488; }
span { border-color: rgb(86,228,136); }
td.TdClassName
{
border-color: #56E488;
}
.TagClassName
{
border-color: #56E488;
}
</style>