Shades of Emerald #47C88A
Tints of Emerald #47C88A
RGB
CMYK
RGB Variations
Color information
#47C88A (or 0x47C88A) is known color: Emerald. HEX triplet: 47, C8 and 8A. RGB value is (71,200,138). Sum of RGB (Red+Green+Blue) = 71+200+138=409 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.36% from 409); Green value is 200 (78.52% from 255 or 48.90% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 200 - color contains mainly: green. Hex color #47C88A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47C88A is #B83775. Grayscale: #9A9A9A. Windows color (decimal): -12072822 or 9095239. OLE color: 9095239.
HSL color Cylindrical-coordinate representation of color #47C88A: hue angle of 151.16º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47C88A is Cyan = 0.64, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 71 | 200 | 138 | - |
| CMYK | 0.64 | 0 | 0.31 | 0.22 |
| HSL | 151.16º | 0.54% | 0.53% | - |
| HSV(B) | 151.16º | 0.65% | 0.78% | - |
| XYZ | 27.84 | 44.48 | 31.16 | - |
| YUV | 154.36 | 118.76 | 68.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 200 | 138 | 0.64 | 0 | 0.31 | 0.22 | 151.16 | 0.54 | 0.53 |
| Hex | 47 | C8 | 8A | 40 | 0 | 1F | 16 | 97 | 36 | 35 |
| Octal | 107 | 310 | 212 | 100 | 0 | 37 | 26 | 227 | 66 | 65 |
| Binary | 1000111 | 11001000 | 10001010 | 1000000 | 0 | 11111 | 10110 | 10010111 | 110110 | 110101 |
Color Harmonies of #47C88A
Complementary color
Monochromatic Colors of #47C88A
Black with #47C88A
Text Example
Text Example
White with #47C88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C88A; }
p { color: rgb(71,200,138); }
H1.HeaderClassName
{
color: #47C88A;
}
.AnyTagClassName
{
color: #47C88A;
}
</style>
background-color css
<style>
a { background-color: #47C88A; }
a { background-color: rgb(71,200,138); }
div.DivClassName
{
background-color: #47C88A;
}
.BgClassName
{
background-color: #47C88A;
}
</style>
border-color css
<style>
span { border-color: #47C88A; }
span { border-color: rgb(71,200,138); }
td.TdClassName
{
border-color: #47C88A;
}
.TagClassName
{
border-color: #47C88A;
}
</style>