Shades of Emerald #47D66A
Tints of Emerald #47D66A
RGB
CMYK
RGB Variations
Color information
#47D66A (or 0x47D66A) is known color: Emerald. HEX triplet: 47, D6 and 6A. RGB value is (71,214,106). Sum of RGB (Red+Green+Blue) = 71+214+106=391 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.16% from 391); Green value is 214 (83.98% from 255 or 54.73% from 391); Blue value is 106 (41.80% from 255 or 27.11% from 391); Max value from RGB is 214 - color contains mainly: green. Hex color #47D66A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47D66A is #B82995. Grayscale: #9F9F9F. Windows color (decimal): -12069270 or 7001671. OLE color: 7001671.
HSL color Cylindrical-coordinate representation of color #47D66A: hue angle of 134.69º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47D66A is Cyan = 0.67, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 71 | 214 | 106 | - |
| CMYK | 0.67 | 0 | 0.50 | 0.16 |
| HSL | 134.69º | 0.64% | 0.56% | - |
| HSV(B) | 134.69º | 0.67% | 0.84% | - |
| XYZ | 29.25 | 50.47 | 21.84 | - |
| YUV | 158.93 | 98.12 | 65.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 214 | 106 | 0.67 | 0 | 0.50 | 0.16 | 134.69 | 0.64 | 0.56 |
| Hex | 47 | D6 | 6A | 43 | 0 | 32 | 10 | 87 | 40 | 38 |
| Octal | 107 | 326 | 152 | 103 | 0 | 62 | 20 | 207 | 100 | 70 |
| Binary | 1000111 | 11010110 | 1101010 | 1000011 | 0 | 110010 | 10000 | 10000111 | 1000000 | 111000 |
Color Harmonies of #47D66A
Complementary color
Monochromatic Colors of #47D66A
Black with #47D66A
Text Example
Text Example
White with #47D66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D66A; }
p { color: rgb(71,214,106); }
H1.HeaderClassName
{
color: #47D66A;
}
.AnyTagClassName
{
color: #47D66A;
}
</style>
background-color css
<style>
a { background-color: #47D66A; }
a { background-color: rgb(71,214,106); }
div.DivClassName
{
background-color: #47D66A;
}
.BgClassName
{
background-color: #47D66A;
}
</style>
border-color css
<style>
span { border-color: #47D66A; }
span { border-color: rgb(71,214,106); }
td.TdClassName
{
border-color: #47D66A;
}
.TagClassName
{
border-color: #47D66A;
}
</style>