Shades of Emerald #47DB5E
Tints of Emerald #47DB5E
RGB
CMYK
RGB Variations
Color information
#47DB5E (or 0x47DB5E) is known color: Emerald. HEX triplet: 47, DB and 5E. RGB value is (71,219,94). Sum of RGB (Red+Green+Blue) = 71+219+94=384 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.49% from 384); Green value is 219 (85.94% from 255 or 57.03% from 384); Blue value is 94 (37.11% from 255 or 24.48% from 384); Max value from RGB is 219 - color contains mainly: green. Hex color #47DB5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47DB5E is #B824A1. Grayscale: #A0A0A0. Windows color (decimal): -12068002 or 6216519. OLE color: 6216519.
HSL color Cylindrical-coordinate representation of color #47DB5E: hue angle of 129.32º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47DB5E is Cyan = 0.68, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 219 | 94 | - |
| CMYK | 0.68 | 0 | 0.57 | 0.14 |
| HSL | 129.32º | 0.67% | 0.57% | - |
| HSV(B) | 129.32º | 0.68% | 0.86% | - |
| XYZ | 29.95 | 52.81 | 19.2 | - |
| YUV | 160.5 | 90.47 | 64.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 219 | 94 | 0.68 | 0 | 0.57 | 0.14 | 129.32 | 0.67 | 0.57 |
| Hex | 47 | DB | 5E | 44 | 0 | 39 | E | 81 | 43 | 39 |
| Octal | 107 | 333 | 136 | 104 | 0 | 71 | 16 | 201 | 103 | 71 |
| Binary | 1000111 | 11011011 | 1011110 | 1000100 | 0 | 111001 | 1110 | 10000001 | 1000011 | 111001 |
Color Harmonies of #47DB5E
Complementary color
Monochromatic Colors of #47DB5E
Black with #47DB5E
Text Example
Text Example
White with #47DB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DB5E; }
p { color: rgb(71,219,94); }
H1.HeaderClassName
{
color: #47DB5E;
}
.AnyTagClassName
{
color: #47DB5E;
}
</style>
background-color css
<style>
a { background-color: #47DB5E; }
a { background-color: rgb(71,219,94); }
div.DivClassName
{
background-color: #47DB5E;
}
.BgClassName
{
background-color: #47DB5E;
}
</style>
border-color css
<style>
span { border-color: #47DB5E; }
span { border-color: rgb(71,219,94); }
td.TdClassName
{
border-color: #47DB5E;
}
.TagClassName
{
border-color: #47DB5E;
}
</style>