Shades of Emerald #56EE82
Tints of Emerald #56EE82
RGB
CMYK
RGB Variations
Color information
#56EE82 (or 0x56EE82) is known color: Emerald. HEX triplet: 56, EE and 82. RGB value is (86,238,130). Sum of RGB (Red+Green+Blue) = 86+238+130=454 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.94% from 454); Green value is 238 (93.36% from 255 or 52.42% from 454); Blue value is 130 (51.17% from 255 or 28.63% from 454); Max value from RGB is 238 - color contains mainly: green. Hex color #56EE82 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #56EE82 is #A9117D. Grayscale: #B4B4B4. Windows color (decimal): -11080062 or 8580694. OLE color: 8580694.
HSL color Cylindrical-coordinate representation of color #56EE82: hue angle of 137.37º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56EE82 is Cyan = 0.64, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 238 | 130 | - |
| CMYK | 0.64 | 0 | 0.45 | 0.07 |
| HSL | 137.37º | 0.82% | 0.64% | - |
| HSV(B) | 137.37º | 0.64% | 0.93% | - |
| XYZ | 38.44 | 64.74 | 31.59 | - |
| YUV | 180.24 | 99.64 | 60.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 238 | 130 | 0.64 | 0 | 0.45 | 0.07 | 137.37 | 0.82 | 0.64 |
| Hex | 56 | EE | 82 | 40 | 0 | 2D | 7 | 89 | 52 | 40 |
| Octal | 126 | 356 | 202 | 100 | 0 | 55 | 7 | 211 | 122 | 100 |
| Binary | 1010110 | 11101110 | 10000010 | 1000000 | 0 | 101101 | 111 | 10001001 | 1010010 | 1000000 |
Color Harmonies of #56EE82
Complementary color
Monochromatic Colors of #56EE82
Black with #56EE82
Text Example
Text Example
White with #56EE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56EE82; }
p { color: rgb(86,238,130); }
H1.HeaderClassName
{
color: #56EE82;
}
.AnyTagClassName
{
color: #56EE82;
}
</style>
background-color css
<style>
a { background-color: #56EE82; }
a { background-color: rgb(86,238,130); }
div.DivClassName
{
background-color: #56EE82;
}
.BgClassName
{
background-color: #56EE82;
}
</style>
border-color css
<style>
span { border-color: #56EE82; }
span { border-color: rgb(86,238,130); }
td.TdClassName
{
border-color: #56EE82;
}
.TagClassName
{
border-color: #56EE82;
}
</style>