Shades of Emerald #47D982
Tints of Emerald #47D982
RGB
CMYK
RGB Variations
Color information
#47D982 (or 0x47D982) is known color: Emerald. HEX triplet: 47, D9 and 82. RGB value is (71,217,130). Sum of RGB (Red+Green+Blue) = 71+217+130=418 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.99% from 418); Green value is 217 (85.16% from 255 or 51.91% from 418); Blue value is 130 (51.17% from 255 or 31.10% from 418); Max value from RGB is 217 - color contains mainly: green. Hex color #47D982 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47D982 is #B8267D. Grayscale: #A3A3A3. Windows color (decimal): -12068478 or 8575303. OLE color: 8575303.
HSL color Cylindrical-coordinate representation of color #47D982: hue angle of 144.25º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47D982 is Cyan = 0.67, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 71 | 217 | 130 | - |
| CMYK | 0.67 | 0 | 0.40 | 0.15 |
| HSL | 144.25º | 0.66% | 0.56% | - |
| HSV(B) | 144.25º | 0.67% | 0.85% | - |
| XYZ | 31.44 | 52.58 | 29.61 | - |
| YUV | 163.43 | 109.13 | 62.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 217 | 130 | 0.67 | 0 | 0.40 | 0.15 | 144.25 | 0.66 | 0.56 |
| Hex | 47 | D9 | 82 | 43 | 0 | 28 | F | 90 | 42 | 38 |
| Octal | 107 | 331 | 202 | 103 | 0 | 50 | 17 | 220 | 102 | 70 |
| Binary | 1000111 | 11011001 | 10000010 | 1000011 | 0 | 101000 | 1111 | 10010000 | 1000010 | 111000 |
Color Harmonies of #47D982
Complementary color
Monochromatic Colors of #47D982
Black with #47D982
Text Example
Text Example
White with #47D982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D982; }
p { color: rgb(71,217,130); }
H1.HeaderClassName
{
color: #47D982;
}
.AnyTagClassName
{
color: #47D982;
}
</style>
background-color css
<style>
a { background-color: #47D982; }
a { background-color: rgb(71,217,130); }
div.DivClassName
{
background-color: #47D982;
}
.BgClassName
{
background-color: #47D982;
}
</style>
border-color css
<style>
span { border-color: #47D982; }
span { border-color: rgb(71,217,130); }
td.TdClassName
{
border-color: #47D982;
}
.TagClassName
{
border-color: #47D982;
}
</style>