Shades of Emerald #47D98D
Tints of Emerald #47D98D
RGB
CMYK
RGB Variations
Color information
#47D98D (or 0x47D98D) is known color: Emerald. HEX triplet: 47, D9 and 8D. RGB value is (71,217,141). Sum of RGB (Red+Green+Blue) = 71+217+141=429 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.55% from 429); Green value is 217 (85.16% from 255 or 50.58% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 217 - color contains mainly: green. Hex color #47D98D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47D98D is #B82672. Grayscale: #A4A4A4. Windows color (decimal): -12068467 or 9296199. OLE color: 9296199.
HSL color Cylindrical-coordinate representation of color #47D98D: hue angle of 148.77º 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 #47D98D is Cyan = 0.67, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 71 | 217 | 141 | - |
| CMYK | 0.67 | 0 | 0.35 | 0.15 |
| HSL | 148.77º | 0.66% | 0.56% | - |
| HSV(B) | 148.77º | 0.67% | 0.85% | - |
| XYZ | 32.22 | 52.89 | 33.71 | - |
| YUV | 164.68 | 114.63 | 61.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 217 | 141 | 0.67 | 0 | 0.35 | 0.15 | 148.77 | 0.66 | 0.56 |
| Hex | 47 | D9 | 8D | 43 | 0 | 23 | F | 95 | 42 | 38 |
| Octal | 107 | 331 | 215 | 103 | 0 | 43 | 17 | 225 | 102 | 70 |
| Binary | 1000111 | 11011001 | 10001101 | 1000011 | 0 | 100011 | 1111 | 10010101 | 1000010 | 111000 |
Color Harmonies of #47D98D
Complementary color
Monochromatic Colors of #47D98D
Black with #47D98D
Text Example
Text Example
White with #47D98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D98D; }
p { color: rgb(71,217,141); }
H1.HeaderClassName
{
color: #47D98D;
}
.AnyTagClassName
{
color: #47D98D;
}
</style>
background-color css
<style>
a { background-color: #47D98D; }
a { background-color: rgb(71,217,141); }
div.DivClassName
{
background-color: #47D98D;
}
.BgClassName
{
background-color: #47D98D;
}
</style>
border-color css
<style>
span { border-color: #47D98D; }
span { border-color: rgb(71,217,141); }
td.TdClassName
{
border-color: #47D98D;
}
.TagClassName
{
border-color: #47D98D;
}
</style>