Shades of Emerald #47C982
Tints of Emerald #47C982
RGB
CMYK
RGB Variations
Color information
#47C982 (or 0x47C982) is known color: Emerald. HEX triplet: 47, C9 and 82. RGB value is (71,201,130). Sum of RGB (Red+Green+Blue) = 71+201+130=402 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.66% from 402); Green value is 201 (78.91% from 255 or 50% from 402); Blue value is 130 (51.17% from 255 or 32.34% from 402); Max value from RGB is 201 - color contains mainly: green. Hex color #47C982 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47C982 is #B8367D. Grayscale: #9A9A9A. Windows color (decimal): -12072574 or 8571207. OLE color: 8571207.
HSL color Cylindrical-coordinate representation of color #47C982: hue angle of 147.23º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47C982 is Cyan = 0.65, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 71 | 201 | 130 | - |
| CMYK | 0.65 | 0 | 0.35 | 0.21 |
| HSL | 147.23º | 0.55% | 0.53% | - |
| HSV(B) | 147.23º | 0.65% | 0.79% | - |
| XYZ | 27.51 | 44.72 | 28.3 | - |
| YUV | 154.04 | 114.43 | 68.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 201 | 130 | 0.65 | 0 | 0.35 | 0.21 | 147.23 | 0.55 | 0.53 |
| Hex | 47 | C9 | 82 | 41 | 0 | 23 | 15 | 93 | 37 | 35 |
| Octal | 107 | 311 | 202 | 101 | 0 | 43 | 25 | 223 | 67 | 65 |
| Binary | 1000111 | 11001001 | 10000010 | 1000001 | 0 | 100011 | 10101 | 10010011 | 110111 | 110101 |
Color Harmonies of #47C982
Complementary color
Monochromatic Colors of #47C982
Black with #47C982
Text Example
Text Example
White with #47C982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C982; }
p { color: rgb(71,201,130); }
H1.HeaderClassName
{
color: #47C982;
}
.AnyTagClassName
{
color: #47C982;
}
</style>
background-color css
<style>
a { background-color: #47C982; }
a { background-color: rgb(71,201,130); }
div.DivClassName
{
background-color: #47C982;
}
.BgClassName
{
background-color: #47C982;
}
</style>
border-color css
<style>
span { border-color: #47C982; }
span { border-color: rgb(71,201,130); }
td.TdClassName
{
border-color: #47C982;
}
.TagClassName
{
border-color: #47C982;
}
</style>