Shades of Emerald #47E07D
Tints of Emerald #47E07D
RGB
CMYK
RGB Variations
Color information
#47E07D (or 0x47E07D) is known color: Emerald. HEX triplet: 47, E0 and 7D. RGB value is (71,224,125). Sum of RGB (Red+Green+Blue) = 71+224+125=420 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.90% from 420); Green value is 224 (87.89% from 255 or 53.33% from 420); Blue value is 125 (49.22% from 255 or 29.76% from 420); Max value from RGB is 224 - color contains mainly: green. Hex color #47E07D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47E07D is #B81F82. Grayscale: #A7A7A7. Windows color (decimal): -12066691 or 8249415. OLE color: 8249415.
HSL color Cylindrical-coordinate representation of color #47E07D: hue angle of 141.18º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47E07D is Cyan = 0.68, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 71 | 224 | 125 | - |
| CMYK | 0.68 | 0 | 0.44 | 0.12 |
| HSL | 141.18º | 0.71% | 0.58% | - |
| HSV(B) | 141.18º | 0.68% | 0.88% | - |
| XYZ | 32.96 | 56.13 | 28.5 | - |
| YUV | 166.97 | 104.31 | 59.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 224 | 125 | 0.68 | 0 | 0.44 | 0.12 | 141.18 | 0.71 | 0.58 |
| Hex | 47 | E0 | 7D | 44 | 0 | 2C | C | 8D | 47 | 3A |
| Octal | 107 | 340 | 175 | 104 | 0 | 54 | 14 | 215 | 107 | 72 |
| Binary | 1000111 | 11100000 | 1111101 | 1000100 | 0 | 101100 | 1100 | 10001101 | 1000111 | 111010 |
Color Harmonies of #47E07D
Complementary color
Monochromatic Colors of #47E07D
Black with #47E07D
Text Example
Text Example
White with #47E07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47E07D; }
p { color: rgb(71,224,125); }
H1.HeaderClassName
{
color: #47E07D;
}
.AnyTagClassName
{
color: #47E07D;
}
</style>
background-color css
<style>
a { background-color: #47E07D; }
a { background-color: rgb(71,224,125); }
div.DivClassName
{
background-color: #47E07D;
}
.BgClassName
{
background-color: #47E07D;
}
</style>
border-color css
<style>
span { border-color: #47E07D; }
span { border-color: rgb(71,224,125); }
td.TdClassName
{
border-color: #47E07D;
}
.TagClassName
{
border-color: #47E07D;
}
</style>