Shades of Emerald #47DB60
Tints of Emerald #47DB60
RGB
CMYK
RGB Variations
Color information
#47DB60 (or 0x47DB60) is known color: Emerald. HEX triplet: 47, DB and 60. RGB value is (71,219,96). Sum of RGB (Red+Green+Blue) = 71+219+96=386 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.39% from 386); Green value is 219 (85.94% from 255 or 56.74% from 386); Blue value is 96 (37.89% from 255 or 24.87% from 386); Max value from RGB is 219 - color contains mainly: green. Hex color #47DB60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47DB60 is #B8249F. Grayscale: #A1A1A1. Windows color (decimal): -12068000 or 6347591. OLE color: 6347591.
HSL color Cylindrical-coordinate representation of color #47DB60: hue angle of 130.14º 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 #47DB60 is Cyan = 0.68, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 219 | 96 | - |
| CMYK | 0.68 | 0 | 0.56 | 0.14 |
| HSL | 130.14º | 0.67% | 0.57% | - |
| HSV(B) | 130.14º | 0.68% | 0.86% | - |
| XYZ | 30.04 | 52.85 | 19.68 | - |
| YUV | 160.73 | 91.47 | 64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 219 | 96 | 0.68 | 0 | 0.56 | 0.14 | 130.14 | 0.67 | 0.57 |
| Hex | 47 | DB | 60 | 44 | 0 | 38 | E | 82 | 43 | 39 |
| Octal | 107 | 333 | 140 | 104 | 0 | 70 | 16 | 202 | 103 | 71 |
| Binary | 1000111 | 11011011 | 1100000 | 1000100 | 0 | 111000 | 1110 | 10000010 | 1000011 | 111001 |
Color Harmonies of #47DB60
Complementary color
Monochromatic Colors of #47DB60
Black with #47DB60
Text Example
Text Example
White with #47DB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DB60; }
p { color: rgb(71,219,96); }
H1.HeaderClassName
{
color: #47DB60;
}
.AnyTagClassName
{
color: #47DB60;
}
</style>
background-color css
<style>
a { background-color: #47DB60; }
a { background-color: rgb(71,219,96); }
div.DivClassName
{
background-color: #47DB60;
}
.BgClassName
{
background-color: #47DB60;
}
</style>
border-color css
<style>
span { border-color: #47DB60; }
span { border-color: rgb(71,219,96); }
td.TdClassName
{
border-color: #47DB60;
}
.TagClassName
{
border-color: #47DB60;
}
</style>