Shades of Emerald #47DA80
Tints of Emerald #47DA80
RGB
CMYK
RGB Variations
Color information
#47DA80 (or 0x47DA80) is known color: Emerald. HEX triplet: 47, DA and 80. RGB value is (71,218,128). Sum of RGB (Red+Green+Blue) = 71+218+128=417 (55% of max value = 765). Red value is 71 (28.12% from 255 or 17.03% from 417); Green value is 218 (85.55% from 255 or 52.28% from 417); Blue value is 128 (50.39% from 255 or 30.70% from 417); Max value from RGB is 218 - color contains mainly: green. Hex color #47DA80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47DA80 is #B8257F. Grayscale: #A4A4A4. Windows color (decimal): -12068224 or 8444487. OLE color: 8444487.
HSL color Cylindrical-coordinate representation of color #47DA80: hue angle of 143.27º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47DA80 is Cyan = 0.67, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 71 | 218 | 128 | - |
| CMYK | 0.67 | 0 | 0.41 | 0.15 |
| HSL | 143.27º | 0.67% | 0.57% | - |
| HSV(B) | 143.27º | 0.67% | 0.85% | - |
| XYZ | 31.57 | 53.04 | 29 | - |
| YUV | 163.79 | 107.8 | 61.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 218 | 128 | 0.67 | 0 | 0.41 | 0.15 | 143.27 | 0.67 | 0.57 |
| Hex | 47 | DA | 80 | 43 | 0 | 29 | F | 8F | 43 | 39 |
| Octal | 107 | 332 | 200 | 103 | 0 | 51 | 17 | 217 | 103 | 71 |
| Binary | 1000111 | 11011010 | 10000000 | 1000011 | 0 | 101001 | 1111 | 10001111 | 1000011 | 111001 |
Color Harmonies of #47DA80
Complementary color
Monochromatic Colors of #47DA80
Black with #47DA80
Text Example
Text Example
White with #47DA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DA80; }
p { color: rgb(71,218,128); }
H1.HeaderClassName
{
color: #47DA80;
}
.AnyTagClassName
{
color: #47DA80;
}
</style>
background-color css
<style>
a { background-color: #47DA80; }
a { background-color: rgb(71,218,128); }
div.DivClassName
{
background-color: #47DA80;
}
.BgClassName
{
background-color: #47DA80;
}
</style>
border-color css
<style>
span { border-color: #47DA80; }
span { border-color: rgb(71,218,128); }
td.TdClassName
{
border-color: #47DA80;
}
.TagClassName
{
border-color: #47DA80;
}
</style>