Shades of Emerald #56E06A
Tints of Emerald #56E06A
RGB
CMYK
RGB Variations
Color information
#56E06A (or 0x56E06A) is known color: Emerald. HEX triplet: 56, E0 and 6A. RGB value is (86,224,106). Sum of RGB (Red+Green+Blue) = 86+224+106=416 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.67% from 416); Green value is 224 (87.89% from 255 or 53.85% from 416); Blue value is 106 (41.80% from 255 or 25.48% from 416); Max value from RGB is 224 - color contains mainly: green. Hex color #56E06A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56E06A is #A91F95. Grayscale: #A9A9A9. Windows color (decimal): -11083670 or 7004246. OLE color: 7004246.
HSL color Cylindrical-coordinate representation of color #56E06A: hue angle of 128.7º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #56E06A is Cyan = 0.62, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 86 | 224 | 106 | - |
| CMYK | 0.62 | 0 | 0.53 | 0.12 |
| HSL | 128.7º | 0.69% | 0.61% | - |
| HSV(B) | 128.7º | 0.62% | 0.88% | - |
| XYZ | 33.09 | 56.33 | 22.76 | - |
| YUV | 169.29 | 92.28 | 68.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 224 | 106 | 0.62 | 0 | 0.53 | 0.12 | 128.7 | 0.69 | 0.61 |
| Hex | 56 | E0 | 6A | 3E | 0 | 35 | C | 81 | 45 | 3D |
| Octal | 126 | 340 | 152 | 76 | 0 | 65 | 14 | 201 | 105 | 75 |
| Binary | 1010110 | 11100000 | 1101010 | 111110 | 0 | 110101 | 1100 | 10000001 | 1000101 | 111101 |
Color Harmonies of #56E06A
Complementary color
Monochromatic Colors of #56E06A
Black with #56E06A
Text Example
Text Example
White with #56E06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56E06A; }
p { color: rgb(86,224,106); }
H1.HeaderClassName
{
color: #56E06A;
}
.AnyTagClassName
{
color: #56E06A;
}
</style>
background-color css
<style>
a { background-color: #56E06A; }
a { background-color: rgb(86,224,106); }
div.DivClassName
{
background-color: #56E06A;
}
.BgClassName
{
background-color: #56E06A;
}
</style>
border-color css
<style>
span { border-color: #56E06A; }
span { border-color: rgb(86,224,106); }
td.TdClassName
{
border-color: #56E06A;
}
.TagClassName
{
border-color: #56E06A;
}
</style>