Shades of Emerald #47D976
Tints of Emerald #47D976
RGB
CMYK
RGB Variations
Color information
#47D976 (or 0x47D976) is known color: Emerald. HEX triplet: 47, D9 and 76. RGB value is (71,217,118). Sum of RGB (Red+Green+Blue) = 71+217+118=406 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.49% from 406); Green value is 217 (85.16% from 255 or 53.45% from 406); Blue value is 118 (46.48% from 255 or 29.06% from 406); Max value from RGB is 217 - color contains mainly: green. Hex color #47D976 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47D976 is #B82689. Grayscale: #A2A2A2. Windows color (decimal): -12068490 or 7788871. OLE color: 7788871.
HSL color Cylindrical-coordinate representation of color #47D976: hue angle of 139.32º 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 #47D976 is Cyan = 0.67, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 71 | 217 | 118 | - |
| CMYK | 0.67 | 0 | 0.46 | 0.15 |
| HSL | 139.32º | 0.66% | 0.56% | - |
| HSV(B) | 139.32º | 0.67% | 0.85% | - |
| XYZ | 30.68 | 52.27 | 25.61 | - |
| YUV | 162.06 | 103.13 | 63.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 217 | 118 | 0.67 | 0 | 0.46 | 0.15 | 139.32 | 0.66 | 0.56 |
| Hex | 47 | D9 | 76 | 43 | 0 | 2E | F | 8B | 42 | 38 |
| Octal | 107 | 331 | 166 | 103 | 0 | 56 | 17 | 213 | 102 | 70 |
| Binary | 1000111 | 11011001 | 1110110 | 1000011 | 0 | 101110 | 1111 | 10001011 | 1000010 | 111000 |
Color Harmonies of #47D976
Complementary color
Monochromatic Colors of #47D976
Black with #47D976
Text Example
Text Example
White with #47D976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D976; }
p { color: rgb(71,217,118); }
H1.HeaderClassName
{
color: #47D976;
}
.AnyTagClassName
{
color: #47D976;
}
</style>
background-color css
<style>
a { background-color: #47D976; }
a { background-color: rgb(71,217,118); }
div.DivClassName
{
background-color: #47D976;
}
.BgClassName
{
background-color: #47D976;
}
</style>
border-color css
<style>
span { border-color: #47D976; }
span { border-color: rgb(71,217,118); }
td.TdClassName
{
border-color: #47D976;
}
.TagClassName
{
border-color: #47D976;
}
</style>