Shades of Emerald #47C586
Tints of Emerald #47C586
RGB
CMYK
RGB Variations
Color information
#47C586 (or 0x47C586) is known color: Emerald. HEX triplet: 47, C5 and 86. RGB value is (71,197,134). Sum of RGB (Red+Green+Blue) = 71+197+134=402 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.66% from 402); Green value is 197 (77.34% from 255 or 49.00% from 402); Blue value is 134 (52.73% from 255 or 33.33% from 402); Max value from RGB is 197 - color contains mainly: green. Hex color #47C586 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47C586 is #B83A79. Grayscale: #989898. Windows color (decimal): -12073594 or 8832327. OLE color: 8832327.
HSL color Cylindrical-coordinate representation of color #47C586: hue angle of 150º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47C586 is Cyan = 0.64, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 71 | 197 | 134 | - |
| CMYK | 0.64 | 0 | 0.32 | 0.23 |
| HSL | 150º | 0.52% | 0.53% | - |
| HSV(B) | 150º | 0.64% | 0.77% | - |
| XYZ | 26.87 | 42.99 | 29.44 | - |
| YUV | 152.14 | 117.76 | 70.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 197 | 134 | 0.64 | 0 | 0.32 | 0.23 | 150 | 0.52 | 0.53 |
| Hex | 47 | C5 | 86 | 40 | 0 | 20 | 17 | 96 | 34 | 35 |
| Octal | 107 | 305 | 206 | 100 | 0 | 40 | 27 | 226 | 64 | 65 |
| Binary | 1000111 | 11000101 | 10000110 | 1000000 | 0 | 100000 | 10111 | 10010110 | 110100 | 110101 |
Color Harmonies of #47C586
Complementary color
Monochromatic Colors of #47C586
Black with #47C586
Text Example
Text Example
White with #47C586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C586; }
p { color: rgb(71,197,134); }
H1.HeaderClassName
{
color: #47C586;
}
.AnyTagClassName
{
color: #47C586;
}
</style>
background-color css
<style>
a { background-color: #47C586; }
a { background-color: rgb(71,197,134); }
div.DivClassName
{
background-color: #47C586;
}
.BgClassName
{
background-color: #47C586;
}
</style>
border-color css
<style>
span { border-color: #47C586; }
span { border-color: rgb(71,197,134); }
td.TdClassName
{
border-color: #47C586;
}
.TagClassName
{
border-color: #47C586;
}
</style>