Shades of Emerald #47C478
Tints of Emerald #47C478
RGB
CMYK
RGB Variations
Color information
#47C478 (or 0x47C478) is known color: Emerald. HEX triplet: 47, C4 and 78. RGB value is (71,196,120). Sum of RGB (Red+Green+Blue) = 71+196+120=387 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.35% from 387); Green value is 196 (76.95% from 255 or 50.65% from 387); Blue value is 120 (47.27% from 255 or 31.01% from 387); Max value from RGB is 196 - color contains mainly: green. Hex color #47C478 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47C478 is #B83B87. Grayscale: #969696. Windows color (decimal): -12073864 or 7914567. OLE color: 7914567.
HSL color Cylindrical-coordinate representation of color #47C478: hue angle of 143.52º 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 #47C478 is Cyan = 0.64, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 71 | 196 | 120 | - |
| CMYK | 0.64 | 0 | 0.39 | 0.23 |
| HSL | 143.52º | 0.51% | 0.52% | - |
| HSV(B) | 143.52º | 0.64% | 0.77% | - |
| XYZ | 25.73 | 42.18 | 24.55 | - |
| YUV | 149.96 | 111.09 | 71.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 196 | 120 | 0.64 | 0 | 0.39 | 0.23 | 143.52 | 0.51 | 0.52 |
| Hex | 47 | C4 | 78 | 40 | 0 | 27 | 17 | 90 | 33 | 34 |
| Octal | 107 | 304 | 170 | 100 | 0 | 47 | 27 | 220 | 63 | 64 |
| Binary | 1000111 | 11000100 | 1111000 | 1000000 | 0 | 100111 | 10111 | 10010000 | 110011 | 110100 |
Color Harmonies of #47C478
Complementary color
Monochromatic Colors of #47C478
Black with #47C478
Text Example
Text Example
White with #47C478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C478; }
p { color: rgb(71,196,120); }
H1.HeaderClassName
{
color: #47C478;
}
.AnyTagClassName
{
color: #47C478;
}
</style>
background-color css
<style>
a { background-color: #47C478; }
a { background-color: rgb(71,196,120); }
div.DivClassName
{
background-color: #47C478;
}
.BgClassName
{
background-color: #47C478;
}
</style>
border-color css
<style>
span { border-color: #47C478; }
span { border-color: rgb(71,196,120); }
td.TdClassName
{
border-color: #47C478;
}
.TagClassName
{
border-color: #47C478;
}
</style>