Shades of Emerald #56F082
Tints of Emerald #56F082
RGB
CMYK
RGB Variations
Color information
#56F082 (or 0x56F082) is known color: Emerald. HEX triplet: 56, F0 and 82. RGB value is (86,240,130). Sum of RGB (Red+Green+Blue) = 86+240+130=456 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.86% from 456); Green value is 240 (94.14% from 255 or 52.63% from 456); Blue value is 130 (51.17% from 255 or 28.51% from 456); Max value from RGB is 240 - color contains mainly: green. Hex color #56F082 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #56F082 is #A90F7D. Grayscale: #B5B5B5. Windows color (decimal): -11079550 or 8581206. OLE color: 8581206.
HSL color Cylindrical-coordinate representation of color #56F082: hue angle of 137.14º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56F082 is Cyan = 0.64, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 86 | 240 | 130 | - |
| CMYK | 0.64 | 0 | 0.46 | 0.06 |
| HSL | 137.14º | 0.84% | 0.64% | - |
| HSV(B) | 137.14º | 0.64% | 0.94% | - |
| XYZ | 39.03 | 65.91 | 31.78 | - |
| YUV | 181.41 | 98.98 | 59.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 240 | 130 | 0.64 | 0 | 0.46 | 0.06 | 137.14 | 0.84 | 0.64 |
| Hex | 56 | F0 | 82 | 40 | 0 | 2E | 6 | 89 | 54 | 40 |
| Octal | 126 | 360 | 202 | 100 | 0 | 56 | 6 | 211 | 124 | 100 |
| Binary | 1010110 | 11110000 | 10000010 | 1000000 | 0 | 101110 | 110 | 10001001 | 1010100 | 1000000 |
Color Harmonies of #56F082
Complementary color
Monochromatic Colors of #56F082
Black with #56F082
Text Example
Text Example
White with #56F082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56F082; }
p { color: rgb(86,240,130); }
H1.HeaderClassName
{
color: #56F082;
}
.AnyTagClassName
{
color: #56F082;
}
</style>
background-color css
<style>
a { background-color: #56F082; }
a { background-color: rgb(86,240,130); }
div.DivClassName
{
background-color: #56F082;
}
.BgClassName
{
background-color: #56F082;
}
</style>
border-color css
<style>
span { border-color: #56F082; }
span { border-color: rgb(86,240,130); }
td.TdClassName
{
border-color: #56F082;
}
.TagClassName
{
border-color: #56F082;
}
</style>