Shades of Emerald #47BD73
Tints of Emerald #47BD73
RGB
CMYK
RGB Variations
Color information
#47BD73 (or 0x47BD73) is known color: Emerald. HEX triplet: 47, BD and 73. RGB value is (71,189,115). Sum of RGB (Red+Green+Blue) = 71+189+115=375 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.93% from 375); Green value is 189 (74.22% from 255 or 50.4% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 189 - color contains mainly: green. Hex color #47BD73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47BD73 is #B8428C. Grayscale: #919191. Windows color (decimal): -12075661 or 7585095. OLE color: 7585095.
HSL color Cylindrical-coordinate representation of color #47BD73: hue angle of 142.37º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47BD73 is Cyan = 0.62, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 189 | 115 | - |
| CMYK | 0.62 | 0 | 0.39 | 0.26 |
| HSL | 142.37º | 0.47% | 0.51% | - |
| HSV(B) | 142.37º | 0.62% | 0.74% | - |
| XYZ | 23.89 | 38.97 | 22.48 | - |
| YUV | 145.28 | 110.91 | 75.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 189 | 115 | 0.62 | 0 | 0.39 | 0.26 | 142.37 | 0.47 | 0.51 |
| Hex | 47 | BD | 73 | 3E | 0 | 27 | 1A | 8E | 2F | 33 |
| Octal | 107 | 275 | 163 | 76 | 0 | 47 | 32 | 216 | 57 | 63 |
| Binary | 1000111 | 10111101 | 1110011 | 111110 | 0 | 100111 | 11010 | 10001110 | 101111 | 110011 |
Color Harmonies of #47BD73
Complementary color
Monochromatic Colors of #47BD73
Black with #47BD73
Text Example
Text Example
White with #47BD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BD73; }
p { color: rgb(71,189,115); }
H1.HeaderClassName
{
color: #47BD73;
}
.AnyTagClassName
{
color: #47BD73;
}
</style>
background-color css
<style>
a { background-color: #47BD73; }
a { background-color: rgb(71,189,115); }
div.DivClassName
{
background-color: #47BD73;
}
.BgClassName
{
background-color: #47BD73;
}
</style>
border-color css
<style>
span { border-color: #47BD73; }
span { border-color: rgb(71,189,115); }
td.TdClassName
{
border-color: #47BD73;
}
.TagClassName
{
border-color: #47BD73;
}
</style>