Shades of Emerald #47D071
Tints of Emerald #47D071
RGB
CMYK
RGB Variations
Color information
#47D071 (or 0x47D071) is known color: Emerald. HEX triplet: 47, D0 and 71. RGB value is (71,208,113). Sum of RGB (Red+Green+Blue) = 71+208+113=392 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.11% from 392); Green value is 208 (81.64% from 255 or 53.06% from 392); Blue value is 113 (44.53% from 255 or 28.83% from 392); Max value from RGB is 208 - color contains mainly: green. Hex color #47D071 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47D071 is #B82F8E. Grayscale: #9C9C9C. Windows color (decimal): -12070799 or 7458887. OLE color: 7458887.
HSL color Cylindrical-coordinate representation of color #47D071: hue angle of 138.39º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47D071 is Cyan = 0.66, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 71 | 208 | 113 | - |
| CMYK | 0.66 | 0 | 0.46 | 0.18 |
| HSL | 138.39º | 0.59% | 0.55% | - |
| HSV(B) | 138.39º | 0.66% | 0.82% | - |
| XYZ | 28.14 | 47.64 | 23.34 | - |
| YUV | 156.21 | 103.61 | 67.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 208 | 113 | 0.66 | 0 | 0.46 | 0.18 | 138.39 | 0.59 | 0.55 |
| Hex | 47 | D0 | 71 | 42 | 0 | 2E | 12 | 8A | 3B | 37 |
| Octal | 107 | 320 | 161 | 102 | 0 | 56 | 22 | 212 | 73 | 67 |
| Binary | 1000111 | 11010000 | 1110001 | 1000010 | 0 | 101110 | 10010 | 10001010 | 111011 | 110111 |
Color Harmonies of #47D071
Complementary color
Monochromatic Colors of #47D071
Black with #47D071
Text Example
Text Example
White with #47D071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D071; }
p { color: rgb(71,208,113); }
H1.HeaderClassName
{
color: #47D071;
}
.AnyTagClassName
{
color: #47D071;
}
</style>
background-color css
<style>
a { background-color: #47D071; }
a { background-color: rgb(71,208,113); }
div.DivClassName
{
background-color: #47D071;
}
.BgClassName
{
background-color: #47D071;
}
</style>
border-color css
<style>
span { border-color: #47D071; }
span { border-color: rgb(71,208,113); }
td.TdClassName
{
border-color: #47D071;
}
.TagClassName
{
border-color: #47D071;
}
</style>