Shades of Emerald #47DB5F
Tints of Emerald #47DB5F
RGB
CMYK
RGB Variations
Color information
#47DB5F (or 0x47DB5F) is known color: Emerald. HEX triplet: 47, DB and 5F. RGB value is (71,219,95). Sum of RGB (Red+Green+Blue) = 71+219+95=385 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.44% from 385); Green value is 219 (85.94% from 255 or 56.88% from 385); Blue value is 95 (37.5% from 255 or 24.68% from 385); Max value from RGB is 219 - color contains mainly: green. Hex color #47DB5F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47DB5F is #B824A0. Grayscale: #A0A0A0. Windows color (decimal): -12068001 or 6282055. OLE color: 6282055.
HSL color Cylindrical-coordinate representation of color #47DB5F: hue angle of 129.73º 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 #47DB5F is Cyan = 0.68, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 219 | 95 | - |
| CMYK | 0.68 | 0 | 0.57 | 0.14 |
| HSL | 129.73º | 0.67% | 0.57% | - |
| HSV(B) | 129.73º | 0.68% | 0.86% | - |
| XYZ | 30 | 52.83 | 19.44 | - |
| YUV | 160.61 | 90.97 | 64.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 219 | 95 | 0.68 | 0 | 0.57 | 0.14 | 129.73 | 0.67 | 0.57 |
| Hex | 47 | DB | 5F | 44 | 0 | 39 | E | 82 | 43 | 39 |
| Octal | 107 | 333 | 137 | 104 | 0 | 71 | 16 | 202 | 103 | 71 |
| Binary | 1000111 | 11011011 | 1011111 | 1000100 | 0 | 111001 | 1110 | 10000010 | 1000011 | 111001 |
Color Harmonies of #47DB5F
Complementary color
Monochromatic Colors of #47DB5F
Black with #47DB5F
Text Example
Text Example
White with #47DB5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DB5F; }
p { color: rgb(71,219,95); }
H1.HeaderClassName
{
color: #47DB5F;
}
.AnyTagClassName
{
color: #47DB5F;
}
</style>
background-color css
<style>
a { background-color: #47DB5F; }
a { background-color: rgb(71,219,95); }
div.DivClassName
{
background-color: #47DB5F;
}
.BgClassName
{
background-color: #47DB5F;
}
</style>
border-color css
<style>
span { border-color: #47DB5F; }
span { border-color: rgb(71,219,95); }
td.TdClassName
{
border-color: #47DB5F;
}
.TagClassName
{
border-color: #47DB5F;
}
</style>