Shades of Emerald #47DC56
Tints of Emerald #47DC56
RGB
CMYK
RGB Variations
Color information
#47DC56 (or 0x47DC56) is known color: Emerald. HEX triplet: 47, DC and 56. RGB value is (71,220,86). Sum of RGB (Red+Green+Blue) = 71+220+86=377 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.83% from 377); Green value is 220 (86.33% from 255 or 58.36% from 377); Blue value is 86 (33.98% from 255 or 22.81% from 377); Max value from RGB is 220 - color contains mainly: green. Hex color #47DC56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47DC56 is #B823A9. Grayscale: #A0A0A0. Windows color (decimal): -12067754 or 5692487. OLE color: 5692487.
HSL color Cylindrical-coordinate representation of color #47DC56: hue angle of 126.04º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47DC56 is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 220 | 86 | - |
| CMYK | 0.68 | 0 | 0.61 | 0.14 |
| HSL | 126.04º | 0.68% | 0.57% | - |
| HSV(B) | 126.04º | 0.68% | 0.86% | - |
| XYZ | 29.87 | 53.2 | 17.5 | - |
| YUV | 160.17 | 86.14 | 64.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 220 | 86 | 0.68 | 0 | 0.61 | 0.14 | 126.04 | 0.68 | 0.57 |
| Hex | 47 | DC | 56 | 44 | 0 | 3D | E | 7E | 44 | 39 |
| Octal | 107 | 334 | 126 | 104 | 0 | 75 | 16 | 176 | 104 | 71 |
| Binary | 1000111 | 11011100 | 1010110 | 1000100 | 0 | 111101 | 1110 | 1111110 | 1000100 | 111001 |
Color Harmonies of #47DC56
Complementary color
Monochromatic Colors of #47DC56
Black with #47DC56
Text Example
Text Example
White with #47DC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DC56; }
p { color: rgb(71,220,86); }
H1.HeaderClassName
{
color: #47DC56;
}
.AnyTagClassName
{
color: #47DC56;
}
</style>
background-color css
<style>
a { background-color: #47DC56; }
a { background-color: rgb(71,220,86); }
div.DivClassName
{
background-color: #47DC56;
}
.BgClassName
{
background-color: #47DC56;
}
</style>
border-color css
<style>
span { border-color: #47DC56; }
span { border-color: rgb(71,220,86); }
td.TdClassName
{
border-color: #47DC56;
}
.TagClassName
{
border-color: #47DC56;
}
</style>