Shades of Emerald #47DB7E
Tints of Emerald #47DB7E
RGB
CMYK
RGB Variations
Color information
#47DB7E (or 0x47DB7E) is known color: Emerald. HEX triplet: 47, DB and 7E. RGB value is (71,219,126). Sum of RGB (Red+Green+Blue) = 71+219+126=416 (55% of max value = 765). Red value is 71 (28.12% from 255 or 17.07% from 416); Green value is 219 (85.94% from 255 or 52.64% from 416); Blue value is 126 (49.61% from 255 or 30.29% from 416); Max value from RGB is 219 - color contains mainly: green. Hex color #47DB7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47DB7E is #B82481. Grayscale: #A4A4A4. Windows color (decimal): -12067970 or 8313671. OLE color: 8313671.
HSL color Cylindrical-coordinate representation of color #47DB7E: hue angle of 142.3º 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 #47DB7E is Cyan = 0.68, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 219 | 126 | - |
| CMYK | 0.68 | 0 | 0.42 | 0.14 |
| HSL | 142.3º | 0.67% | 0.57% | - |
| HSV(B) | 142.3º | 0.68% | 0.86% | - |
| XYZ | 31.7 | 53.51 | 28.4 | - |
| YUV | 164.15 | 106.47 | 61.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 219 | 126 | 0.68 | 0 | 0.42 | 0.14 | 142.3 | 0.67 | 0.57 |
| Hex | 47 | DB | 7E | 44 | 0 | 2A | E | 8E | 43 | 39 |
| Octal | 107 | 333 | 176 | 104 | 0 | 52 | 16 | 216 | 103 | 71 |
| Binary | 1000111 | 11011011 | 1111110 | 1000100 | 0 | 101010 | 1110 | 10001110 | 1000011 | 111001 |
Color Harmonies of #47DB7E
Complementary color
Monochromatic Colors of #47DB7E
Black with #47DB7E
Text Example
Text Example
White with #47DB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DB7E; }
p { color: rgb(71,219,126); }
H1.HeaderClassName
{
color: #47DB7E;
}
.AnyTagClassName
{
color: #47DB7E;
}
</style>
background-color css
<style>
a { background-color: #47DB7E; }
a { background-color: rgb(71,219,126); }
div.DivClassName
{
background-color: #47DB7E;
}
.BgClassName
{
background-color: #47DB7E;
}
</style>
border-color css
<style>
span { border-color: #47DB7E; }
span { border-color: rgb(71,219,126); }
td.TdClassName
{
border-color: #47DB7E;
}
.TagClassName
{
border-color: #47DB7E;
}
</style>