Shades of Emerald #47D975
Tints of Emerald #47D975
RGB
CMYK
RGB Variations
Color information
#47D975 (or 0x47D975) is known color: Emerald. HEX triplet: 47, D9 and 75. RGB value is (71,217,117). Sum of RGB (Red+Green+Blue) = 71+217+117=405 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.53% from 405); Green value is 217 (85.16% from 255 or 53.58% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 217 - color contains mainly: green. Hex color #47D975 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47D975 is #B8268A. Grayscale: #A2A2A2. Windows color (decimal): -12068491 or 7723335. OLE color: 7723335.
HSL color Cylindrical-coordinate representation of color #47D975: hue angle of 138.9º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47D975 is Cyan = 0.67, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 71 | 217 | 117 | - |
| CMYK | 0.67 | 0 | 0.46 | 0.15 |
| HSL | 138.9º | 0.66% | 0.56% | - |
| HSV(B) | 138.9º | 0.67% | 0.85% | - |
| XYZ | 30.62 | 52.25 | 25.3 | - |
| YUV | 161.95 | 102.63 | 63.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 217 | 117 | 0.67 | 0 | 0.46 | 0.15 | 138.9 | 0.66 | 0.56 |
| Hex | 47 | D9 | 75 | 43 | 0 | 2E | F | 8B | 42 | 38 |
| Octal | 107 | 331 | 165 | 103 | 0 | 56 | 17 | 213 | 102 | 70 |
| Binary | 1000111 | 11011001 | 1110101 | 1000011 | 0 | 101110 | 1111 | 10001011 | 1000010 | 111000 |
Color Harmonies of #47D975
Complementary color
Monochromatic Colors of #47D975
Black with #47D975
Text Example
Text Example
White with #47D975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D975; }
p { color: rgb(71,217,117); }
H1.HeaderClassName
{
color: #47D975;
}
.AnyTagClassName
{
color: #47D975;
}
</style>
background-color css
<style>
a { background-color: #47D975; }
a { background-color: rgb(71,217,117); }
div.DivClassName
{
background-color: #47D975;
}
.BgClassName
{
background-color: #47D975;
}
</style>
border-color css
<style>
span { border-color: #47D975; }
span { border-color: rgb(71,217,117); }
td.TdClassName
{
border-color: #47D975;
}
.TagClassName
{
border-color: #47D975;
}
</style>