Shades of Emerald #47C473
Tints of Emerald #47C473
RGB
CMYK
RGB Variations
Color information
#47C473 (or 0x47C473) is known color: Emerald. HEX triplet: 47, C4 and 73. RGB value is (71,196,115). Sum of RGB (Red+Green+Blue) = 71+196+115=382 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.59% from 382); Green value is 196 (76.95% from 255 or 51.31% from 382); Blue value is 115 (45.31% from 255 or 30.10% from 382); Max value from RGB is 196 - color contains mainly: green. Hex color #47C473 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47C473 is #B83B8C. Grayscale: #959595. Windows color (decimal): -12073869 or 7586887. OLE color: 7586887.
HSL color Cylindrical-coordinate representation of color #47C473: hue angle of 141.12º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47C473 is Cyan = 0.64, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 71 | 196 | 115 | - |
| CMYK | 0.64 | 0 | 0.41 | 0.23 |
| HSL | 141.12º | 0.51% | 0.52% | - |
| HSV(B) | 141.12º | 0.64% | 0.77% | - |
| XYZ | 25.43 | 42.06 | 23 | - |
| YUV | 149.39 | 108.59 | 72.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 196 | 115 | 0.64 | 0 | 0.41 | 0.23 | 141.12 | 0.51 | 0.52 |
| Hex | 47 | C4 | 73 | 40 | 0 | 29 | 17 | 8D | 33 | 34 |
| Octal | 107 | 304 | 163 | 100 | 0 | 51 | 27 | 215 | 63 | 64 |
| Binary | 1000111 | 11000100 | 1110011 | 1000000 | 0 | 101001 | 10111 | 10001101 | 110011 | 110100 |
Color Harmonies of #47C473
Complementary color
Monochromatic Colors of #47C473
Black with #47C473
Text Example
Text Example
White with #47C473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C473; }
p { color: rgb(71,196,115); }
H1.HeaderClassName
{
color: #47C473;
}
.AnyTagClassName
{
color: #47C473;
}
</style>
background-color css
<style>
a { background-color: #47C473; }
a { background-color: rgb(71,196,115); }
div.DivClassName
{
background-color: #47C473;
}
.BgClassName
{
background-color: #47C473;
}
</style>
border-color css
<style>
span { border-color: #47C473; }
span { border-color: rgb(71,196,115); }
td.TdClassName
{
border-color: #47C473;
}
.TagClassName
{
border-color: #47C473;
}
</style>