Shades of Emerald #47BD71
Tints of Emerald #47BD71
RGB
CMYK
RGB Variations
Color information
#47BD71 (or 0x47BD71) is known color: Emerald. HEX triplet: 47, BD and 71. RGB value is (71,189,113). Sum of RGB (Red+Green+Blue) = 71+189+113=373 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.03% from 373); Green value is 189 (74.22% from 255 or 50.67% from 373); Blue value is 113 (44.53% from 255 or 30.29% from 373); Max value from RGB is 189 - color contains mainly: green. Hex color #47BD71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47BD71 is #B8428E. Grayscale: #919191. Windows color (decimal): -12075663 or 7454023. OLE color: 7454023.
HSL color Cylindrical-coordinate representation of color #47BD71: hue angle of 141.36º 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 #47BD71 is Cyan = 0.62, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 189 | 113 | - |
| CMYK | 0.62 | 0 | 0.40 | 0.26 |
| HSL | 141.36º | 0.47% | 0.51% | - |
| HSV(B) | 141.36º | 0.62% | 0.74% | - |
| XYZ | 23.78 | 38.93 | 21.88 | - |
| YUV | 145.05 | 109.91 | 75.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 189 | 113 | 0.62 | 0 | 0.40 | 0.26 | 141.36 | 0.47 | 0.51 |
| Hex | 47 | BD | 71 | 3E | 0 | 28 | 1A | 8D | 2F | 33 |
| Octal | 107 | 275 | 161 | 76 | 0 | 50 | 32 | 215 | 57 | 63 |
| Binary | 1000111 | 10111101 | 1110001 | 111110 | 0 | 101000 | 11010 | 10001101 | 101111 | 110011 |
Color Harmonies of #47BD71
Complementary color
Monochromatic Colors of #47BD71
Black with #47BD71
Text Example
Text Example
White with #47BD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BD71; }
p { color: rgb(71,189,113); }
H1.HeaderClassName
{
color: #47BD71;
}
.AnyTagClassName
{
color: #47BD71;
}
</style>
background-color css
<style>
a { background-color: #47BD71; }
a { background-color: rgb(71,189,113); }
div.DivClassName
{
background-color: #47BD71;
}
.BgClassName
{
background-color: #47BD71;
}
</style>
border-color css
<style>
span { border-color: #47BD71; }
span { border-color: rgb(71,189,113); }
td.TdClassName
{
border-color: #47BD71;
}
.TagClassName
{
border-color: #47BD71;
}
</style>