Shades of Emerald #47C484
Tints of Emerald #47C484
RGB
CMYK
RGB Variations
Color information
#47C484 (or 0x47C484) is known color: Emerald. HEX triplet: 47, C4 and 84. RGB value is (71,196,132). Sum of RGB (Red+Green+Blue) = 71+196+132=399 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.79% from 399); Green value is 196 (76.95% from 255 or 49.12% from 399); Blue value is 132 (51.95% from 255 or 33.08% from 399); Max value from RGB is 196 - color contains mainly: green. Hex color #47C484 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47C484 is #B83B7B. Grayscale: #979797. Windows color (decimal): -12073852 or 8700999. OLE color: 8700999.
HSL color Cylindrical-coordinate representation of color #47C484: hue angle of 149.28º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47C484 is Cyan = 0.64, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 71 | 196 | 132 | - |
| CMYK | 0.64 | 0 | 0.33 | 0.23 |
| HSL | 149.28º | 0.51% | 0.52% | - |
| HSV(B) | 149.28º | 0.64% | 0.77% | - |
| XYZ | 26.5 | 42.49 | 28.63 | - |
| YUV | 151.33 | 117.09 | 70.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 196 | 132 | 0.64 | 0 | 0.33 | 0.23 | 149.28 | 0.51 | 0.52 |
| Hex | 47 | C4 | 84 | 40 | 0 | 21 | 17 | 95 | 33 | 34 |
| Octal | 107 | 304 | 204 | 100 | 0 | 41 | 27 | 225 | 63 | 64 |
| Binary | 1000111 | 11000100 | 10000100 | 1000000 | 0 | 100001 | 10111 | 10010101 | 110011 | 110100 |
Color Harmonies of #47C484
Complementary color
Monochromatic Colors of #47C484
Black with #47C484
Text Example
Text Example
White with #47C484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C484; }
p { color: rgb(71,196,132); }
H1.HeaderClassName
{
color: #47C484;
}
.AnyTagClassName
{
color: #47C484;
}
</style>
background-color css
<style>
a { background-color: #47C484; }
a { background-color: rgb(71,196,132); }
div.DivClassName
{
background-color: #47C484;
}
.BgClassName
{
background-color: #47C484;
}
</style>
border-color css
<style>
span { border-color: #47C484; }
span { border-color: rgb(71,196,132); }
td.TdClassName
{
border-color: #47C484;
}
.TagClassName
{
border-color: #47C484;
}
</style>