Shades of Emerald #47BD72
Tints of Emerald #47BD72
RGB
CMYK
RGB Variations
Color information
#47BD72 (or 0x47BD72) is known color: Emerald. HEX triplet: 47, BD and 72. RGB value is (71,189,114). Sum of RGB (Red+Green+Blue) = 71+189+114=374 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.98% from 374); Green value is 189 (74.22% from 255 or 50.53% from 374); Blue value is 114 (44.92% from 255 or 30.48% from 374); Max value from RGB is 189 - color contains mainly: green. Hex color #47BD72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47BD72 is #B8428D. Grayscale: #919191. Windows color (decimal): -12075662 or 7519559. OLE color: 7519559.
HSL color Cylindrical-coordinate representation of color #47BD72: hue angle of 141.86º 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 #47BD72 is Cyan = 0.62, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 189 | 114 | - |
| CMYK | 0.62 | 0 | 0.40 | 0.26 |
| HSL | 141.86º | 0.47% | 0.51% | - |
| HSV(B) | 141.86º | 0.62% | 0.74% | - |
| XYZ | 23.83 | 38.95 | 22.18 | - |
| YUV | 145.17 | 110.41 | 75.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 189 | 114 | 0.62 | 0 | 0.40 | 0.26 | 141.86 | 0.47 | 0.51 |
| Hex | 47 | BD | 72 | 3E | 0 | 28 | 1A | 8E | 2F | 33 |
| Octal | 107 | 275 | 162 | 76 | 0 | 50 | 32 | 216 | 57 | 63 |
| Binary | 1000111 | 10111101 | 1110010 | 111110 | 0 | 101000 | 11010 | 10001110 | 101111 | 110011 |
Color Harmonies of #47BD72
Complementary color
Monochromatic Colors of #47BD72
Black with #47BD72
Text Example
Text Example
White with #47BD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BD72; }
p { color: rgb(71,189,114); }
H1.HeaderClassName
{
color: #47BD72;
}
.AnyTagClassName
{
color: #47BD72;
}
</style>
background-color css
<style>
a { background-color: #47BD72; }
a { background-color: rgb(71,189,114); }
div.DivClassName
{
background-color: #47BD72;
}
.BgClassName
{
background-color: #47BD72;
}
</style>
border-color css
<style>
span { border-color: #47BD72; }
span { border-color: rgb(71,189,114); }
td.TdClassName
{
border-color: #47BD72;
}
.TagClassName
{
border-color: #47BD72;
}
</style>