Shades of Emerald #47C380
Tints of Emerald #47C380
RGB
CMYK
RGB Variations
Color information
#47C380 (or 0x47C380) is known color: Emerald. HEX triplet: 47, C3 and 80. RGB value is (71,195,128). Sum of RGB (Red+Green+Blue) = 71+195+128=394 (52% of max value = 765). Red value is 71 (28.12% from 255 or 18.02% from 394); Green value is 195 (76.56% from 255 or 49.49% from 394); Blue value is 128 (50.39% from 255 or 32.49% from 394); Max value from RGB is 195 - color contains mainly: green. Hex color #47C380 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47C380 is #B83C7F. Grayscale: #969696. Windows color (decimal): -12074112 or 8438599. OLE color: 8438599.
HSL color Cylindrical-coordinate representation of color #47C380: hue angle of 147.58º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47C380 is Cyan = 0.64, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 195 | 128 | - |
| CMYK | 0.64 | 0 | 0.34 | 0.24 |
| HSL | 147.58º | 0.51% | 0.52% | - |
| HSV(B) | 147.58º | 0.64% | 0.76% | - |
| XYZ | 26.01 | 41.93 | 27.14 | - |
| YUV | 150.29 | 115.42 | 71.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 195 | 128 | 0.64 | 0 | 0.34 | 0.24 | 147.58 | 0.51 | 0.52 |
| Hex | 47 | C3 | 80 | 40 | 0 | 22 | 18 | 94 | 33 | 34 |
| Octal | 107 | 303 | 200 | 100 | 0 | 42 | 30 | 224 | 63 | 64 |
| Binary | 1000111 | 11000011 | 10000000 | 1000000 | 0 | 100010 | 11000 | 10010100 | 110011 | 110100 |
Color Harmonies of #47C380
Complementary color
Monochromatic Colors of #47C380
Black with #47C380
Text Example
Text Example
White with #47C380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C380; }
p { color: rgb(71,195,128); }
H1.HeaderClassName
{
color: #47C380;
}
.AnyTagClassName
{
color: #47C380;
}
</style>
background-color css
<style>
a { background-color: #47C380; }
a { background-color: rgb(71,195,128); }
div.DivClassName
{
background-color: #47C380;
}
.BgClassName
{
background-color: #47C380;
}
</style>
border-color css
<style>
span { border-color: #47C380; }
span { border-color: rgb(71,195,128); }
td.TdClassName
{
border-color: #47C380;
}
.TagClassName
{
border-color: #47C380;
}
</style>