Shades of Emerald #47C164
Tints of Emerald #47C164
RGB
CMYK
RGB Variations
Color information
#47C164 (or 0x47C164) is known color: Emerald. HEX triplet: 47, C1 and 64. RGB value is (71,193,100). Sum of RGB (Red+Green+Blue) = 71+193+100=364 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.51% from 364); Green value is 193 (75.78% from 255 or 53.02% from 364); Blue value is 100 (39.45% from 255 or 27.47% from 364); Max value from RGB is 193 - color contains mainly: green. Hex color #47C164 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47C164 is #B83E9B. Grayscale: #929292. Windows color (decimal): -12074652 or 6603079. OLE color: 6603079.
HSL color Cylindrical-coordinate representation of color #47C164: hue angle of 134.26º 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 #47C164 is Cyan = 0.63, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 193 | 100 | - |
| CMYK | 0.63 | 0 | 0.48 | 0.24 |
| HSL | 134.26º | 0.5% | 0.52% | - |
| HSV(B) | 134.26º | 0.63% | 0.76% | - |
| XYZ | 23.97 | 40.4 | 18.59 | - |
| YUV | 145.92 | 102.08 | 74.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 193 | 100 | 0.63 | 0 | 0.48 | 0.24 | 134.26 | 0.5 | 0.52 |
| Hex | 47 | C1 | 64 | 3F | 0 | 30 | 18 | 86 | 32 | 34 |
| Octal | 107 | 301 | 144 | 77 | 0 | 60 | 30 | 206 | 62 | 64 |
| Binary | 1000111 | 11000001 | 1100100 | 111111 | 0 | 110000 | 11000 | 10000110 | 110010 | 110100 |
Color Harmonies of #47C164
Complementary color
Monochromatic Colors of #47C164
Black with #47C164
Text Example
Text Example
White with #47C164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C164; }
p { color: rgb(71,193,100); }
H1.HeaderClassName
{
color: #47C164;
}
.AnyTagClassName
{
color: #47C164;
}
</style>
background-color css
<style>
a { background-color: #47C164; }
a { background-color: rgb(71,193,100); }
div.DivClassName
{
background-color: #47C164;
}
.BgClassName
{
background-color: #47C164;
}
</style>
border-color css
<style>
span { border-color: #47C164; }
span { border-color: rgb(71,193,100); }
td.TdClassName
{
border-color: #47C164;
}
.TagClassName
{
border-color: #47C164;
}
</style>