Shades of Emerald #47DC60
Tints of Emerald #47DC60
RGB
CMYK
RGB Variations
Color information
#47DC60 (or 0x47DC60) is known color: Emerald. HEX triplet: 47, DC and 60. RGB value is (71,220,96). Sum of RGB (Red+Green+Blue) = 71+220+96=387 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.35% from 387); Green value is 220 (86.33% from 255 or 56.85% from 387); Blue value is 96 (37.89% from 255 or 24.81% from 387); Max value from RGB is 220 - color contains mainly: green. Hex color #47DC60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47DC60 is #B8239F. Grayscale: #A1A1A1. Windows color (decimal): -12067744 or 6347847. OLE color: 6347847.
HSL color Cylindrical-coordinate representation of color #47DC60: hue angle of 130.07º 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 #47DC60 is Cyan = 0.68, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 220 | 96 | - |
| CMYK | 0.68 | 0 | 0.56 | 0.14 |
| HSL | 130.07º | 0.68% | 0.57% | - |
| HSV(B) | 130.07º | 0.68% | 0.86% | - |
| XYZ | 30.3 | 53.37 | 19.77 | - |
| YUV | 161.31 | 91.14 | 63.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 220 | 96 | 0.68 | 0 | 0.56 | 0.14 | 130.07 | 0.68 | 0.57 |
| Hex | 47 | DC | 60 | 44 | 0 | 38 | E | 82 | 44 | 39 |
| Octal | 107 | 334 | 140 | 104 | 0 | 70 | 16 | 202 | 104 | 71 |
| Binary | 1000111 | 11011100 | 1100000 | 1000100 | 0 | 111000 | 1110 | 10000010 | 1000100 | 111001 |
Color Harmonies of #47DC60
Complementary color
Monochromatic Colors of #47DC60
Black with #47DC60
Text Example
Text Example
White with #47DC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DC60; }
p { color: rgb(71,220,96); }
H1.HeaderClassName
{
color: #47DC60;
}
.AnyTagClassName
{
color: #47DC60;
}
</style>
background-color css
<style>
a { background-color: #47DC60; }
a { background-color: rgb(71,220,96); }
div.DivClassName
{
background-color: #47DC60;
}
.BgClassName
{
background-color: #47DC60;
}
</style>
border-color css
<style>
span { border-color: #47DC60; }
span { border-color: rgb(71,220,96); }
td.TdClassName
{
border-color: #47DC60;
}
.TagClassName
{
border-color: #47DC60;
}
</style>