Shades of Emerald #47C675
Tints of Emerald #47C675
RGB
CMYK
RGB Variations
Color information
#47C675 (or 0x47C675) is known color: Emerald. HEX triplet: 47, C6 and 75. RGB value is (71,198,117). Sum of RGB (Red+Green+Blue) = 71+198+117=386 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.39% from 386); Green value is 198 (77.73% from 255 or 51.30% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 198 - color contains mainly: green. Hex color #47C675 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47C675 is #B8398A. Grayscale: #969696. Windows color (decimal): -12073355 or 7718471. OLE color: 7718471.
HSL color Cylindrical-coordinate representation of color #47C675: hue angle of 141.73º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47C675 is Cyan = 0.64, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 71 | 198 | 117 | - |
| CMYK | 0.64 | 0 | 0.41 | 0.22 |
| HSL | 141.73º | 0.53% | 0.53% | - |
| HSV(B) | 141.73º | 0.64% | 0.78% | - |
| XYZ | 26 | 43.01 | 23.76 | - |
| YUV | 150.79 | 108.92 | 71.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 198 | 117 | 0.64 | 0 | 0.41 | 0.22 | 141.73 | 0.53 | 0.53 |
| Hex | 47 | C6 | 75 | 40 | 0 | 29 | 16 | 8E | 35 | 35 |
| Octal | 107 | 306 | 165 | 100 | 0 | 51 | 26 | 216 | 65 | 65 |
| Binary | 1000111 | 11000110 | 1110101 | 1000000 | 0 | 101001 | 10110 | 10001110 | 110101 | 110101 |
Color Harmonies of #47C675
Complementary color
Monochromatic Colors of #47C675
Black with #47C675
Text Example
Text Example
White with #47C675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C675; }
p { color: rgb(71,198,117); }
H1.HeaderClassName
{
color: #47C675;
}
.AnyTagClassName
{
color: #47C675;
}
</style>
background-color css
<style>
a { background-color: #47C675; }
a { background-color: rgb(71,198,117); }
div.DivClassName
{
background-color: #47C675;
}
.BgClassName
{
background-color: #47C675;
}
</style>
border-color css
<style>
span { border-color: #47C675; }
span { border-color: rgb(71,198,117); }
td.TdClassName
{
border-color: #47C675;
}
.TagClassName
{
border-color: #47C675;
}
</style>