Shades of Emerald #47C27A
Tints of Emerald #47C27A
RGB
CMYK
RGB Variations
Color information
#47C27A (or 0x47C27A) is known color: Emerald. HEX triplet: 47, C2 and 7A. RGB value is (71,194,122). Sum of RGB (Red+Green+Blue) = 71+194+122=387 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.35% from 387); Green value is 194 (76.17% from 255 or 50.13% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 194 - color contains mainly: green. Hex color #47C27A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47C27A is #B83D85. Grayscale: #959595. Windows color (decimal): -12074374 or 8045127. OLE color: 8045127.
HSL color Cylindrical-coordinate representation of color #47C27A: hue angle of 144.88º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47C27A is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 194 | 122 | - |
| CMYK | 0.63 | 0 | 0.37 | 0.24 |
| HSL | 144.88º | 0.5% | 0.52% | - |
| HSV(B) | 144.88º | 0.63% | 0.76% | - |
| XYZ | 25.4 | 41.33 | 25.05 | - |
| YUV | 149.02 | 112.75 | 72.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 194 | 122 | 0.63 | 0 | 0.37 | 0.24 | 144.88 | 0.5 | 0.52 |
| Hex | 47 | C2 | 7A | 3F | 0 | 25 | 18 | 91 | 32 | 34 |
| Octal | 107 | 302 | 172 | 77 | 0 | 45 | 30 | 221 | 62 | 64 |
| Binary | 1000111 | 11000010 | 1111010 | 111111 | 0 | 100101 | 11000 | 10010001 | 110010 | 110100 |
Color Harmonies of #47C27A
Complementary color
Monochromatic Colors of #47C27A
Black with #47C27A
Text Example
Text Example
White with #47C27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C27A; }
p { color: rgb(71,194,122); }
H1.HeaderClassName
{
color: #47C27A;
}
.AnyTagClassName
{
color: #47C27A;
}
</style>
background-color css
<style>
a { background-color: #47C27A; }
a { background-color: rgb(71,194,122); }
div.DivClassName
{
background-color: #47C27A;
}
.BgClassName
{
background-color: #47C27A;
}
</style>
border-color css
<style>
span { border-color: #47C27A; }
span { border-color: rgb(71,194,122); }
td.TdClassName
{
border-color: #47C27A;
}
.TagClassName
{
border-color: #47C27A;
}
</style>