Shades of Emerald #47C860
Tints of Emerald #47C860
RGB
CMYK
RGB Variations
Color information
#47C860 (or 0x47C860) is known color: Emerald. HEX triplet: 47, C8 and 60. RGB value is (71,200,96). Sum of RGB (Red+Green+Blue) = 71+200+96=367 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.35% from 367); Green value is 200 (78.52% from 255 or 54.50% from 367); Blue value is 96 (37.89% from 255 or 26.16% from 367); Max value from RGB is 200 - color contains mainly: green. Hex color #47C860 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47C860 is #B8379F. Grayscale: #959595. Windows color (decimal): -12072864 or 6342727. OLE color: 6342727.
HSL color Cylindrical-coordinate representation of color #47C860: hue angle of 131.63º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47C860 is Cyan = 0.64, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 71 | 200 | 96 | - |
| CMYK | 0.64 | 0 | 0.52 | 0.22 |
| HSL | 131.63º | 0.54% | 0.53% | - |
| HSV(B) | 131.63º | 0.65% | 0.78% | - |
| XYZ | 25.36 | 43.49 | 18.12 | - |
| YUV | 149.57 | 97.76 | 71.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 200 | 96 | 0.64 | 0 | 0.52 | 0.22 | 131.63 | 0.54 | 0.53 |
| Hex | 47 | C8 | 60 | 40 | 0 | 34 | 16 | 84 | 36 | 35 |
| Octal | 107 | 310 | 140 | 100 | 0 | 64 | 26 | 204 | 66 | 65 |
| Binary | 1000111 | 11001000 | 1100000 | 1000000 | 0 | 110100 | 10110 | 10000100 | 110110 | 110101 |
Color Harmonies of #47C860
Complementary color
Monochromatic Colors of #47C860
Black with #47C860
Text Example
Text Example
White with #47C860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C860; }
p { color: rgb(71,200,96); }
H1.HeaderClassName
{
color: #47C860;
}
.AnyTagClassName
{
color: #47C860;
}
</style>
background-color css
<style>
a { background-color: #47C860; }
a { background-color: rgb(71,200,96); }
div.DivClassName
{
background-color: #47C860;
}
.BgClassName
{
background-color: #47C860;
}
</style>
border-color css
<style>
span { border-color: #47C860; }
span { border-color: rgb(71,200,96); }
td.TdClassName
{
border-color: #47C860;
}
.TagClassName
{
border-color: #47C860;
}
</style>