Shades of Emerald #47C976
Tints of Emerald #47C976
RGB
CMYK
RGB Variations
Color information
#47C976 (or 0x47C976) is known color: Emerald. HEX triplet: 47, C9 and 76. RGB value is (71,201,118). Sum of RGB (Red+Green+Blue) = 71+201+118=390 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.21% from 390); Green value is 201 (78.91% from 255 or 51.54% from 390); Blue value is 118 (46.48% from 255 or 30.26% from 390); Max value from RGB is 201 - color contains mainly: green. Hex color #47C976 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47C976 is #B83689. Grayscale: #989898. Windows color (decimal): -12072586 or 7784775. OLE color: 7784775.
HSL color Cylindrical-coordinate representation of color #47C976: hue angle of 141.69º 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 #47C976 is Cyan = 0.65, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 71 | 201 | 118 | - |
| CMYK | 0.65 | 0 | 0.41 | 0.21 |
| HSL | 141.69º | 0.55% | 0.53% | - |
| HSV(B) | 141.69º | 0.65% | 0.79% | - |
| XYZ | 26.76 | 44.42 | 24.3 | - |
| YUV | 152.67 | 108.43 | 69.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 201 | 118 | 0.65 | 0 | 0.41 | 0.21 | 141.69 | 0.55 | 0.53 |
| Hex | 47 | C9 | 76 | 41 | 0 | 29 | 15 | 8E | 37 | 35 |
| Octal | 107 | 311 | 166 | 101 | 0 | 51 | 25 | 216 | 67 | 65 |
| Binary | 1000111 | 11001001 | 1110110 | 1000001 | 0 | 101001 | 10101 | 10001110 | 110111 | 110101 |
Color Harmonies of #47C976
Complementary color
Monochromatic Colors of #47C976
Black with #47C976
Text Example
Text Example
White with #47C976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C976; }
p { color: rgb(71,201,118); }
H1.HeaderClassName
{
color: #47C976;
}
.AnyTagClassName
{
color: #47C976;
}
</style>
background-color css
<style>
a { background-color: #47C976; }
a { background-color: rgb(71,201,118); }
div.DivClassName
{
background-color: #47C976;
}
.BgClassName
{
background-color: #47C976;
}
</style>
border-color css
<style>
span { border-color: #47C976; }
span { border-color: rgb(71,201,118); }
td.TdClassName
{
border-color: #47C976;
}
.TagClassName
{
border-color: #47C976;
}
</style>