Shades of Emerald #47DC87
Tints of Emerald #47DC87
RGB
CMYK
RGB Variations
Color information
#47DC87 (or 0x47DC87) is known color: Emerald. HEX triplet: 47, DC and 87. RGB value is (71,220,135). Sum of RGB (Red+Green+Blue) = 71+220+135=426 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.67% from 426); Green value is 220 (86.33% from 255 or 51.64% from 426); Blue value is 135 (53.12% from 255 or 31.69% from 426); Max value from RGB is 220 - color contains mainly: green. Hex color #47DC87 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47DC87 is #B82378. Grayscale: #A5A5A5. Windows color (decimal): -12067705 or 8903751. OLE color: 8903751.
HSL color Cylindrical-coordinate representation of color #47DC87: hue angle of 145.77º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47DC87 is Cyan = 0.68, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 220 | 135 | - |
| CMYK | 0.68 | 0 | 0.39 | 0.14 |
| HSL | 145.77º | 0.68% | 0.57% | - |
| HSV(B) | 145.77º | 0.68% | 0.86% | - |
| XYZ | 32.56 | 54.28 | 31.68 | - |
| YUV | 165.76 | 110.64 | 60.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 220 | 135 | 0.68 | 0 | 0.39 | 0.14 | 145.77 | 0.68 | 0.57 |
| Hex | 47 | DC | 87 | 44 | 0 | 27 | E | 92 | 44 | 39 |
| Octal | 107 | 334 | 207 | 104 | 0 | 47 | 16 | 222 | 104 | 71 |
| Binary | 1000111 | 11011100 | 10000111 | 1000100 | 0 | 100111 | 1110 | 10010010 | 1000100 | 111001 |
Color Harmonies of #47DC87
Complementary color
Monochromatic Colors of #47DC87
Black with #47DC87
Text Example
Text Example
White with #47DC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DC87; }
p { color: rgb(71,220,135); }
H1.HeaderClassName
{
color: #47DC87;
}
.AnyTagClassName
{
color: #47DC87;
}
</style>
background-color css
<style>
a { background-color: #47DC87; }
a { background-color: rgb(71,220,135); }
div.DivClassName
{
background-color: #47DC87;
}
.BgClassName
{
background-color: #47DC87;
}
</style>
border-color css
<style>
span { border-color: #47DC87; }
span { border-color: rgb(71,220,135); }
td.TdClassName
{
border-color: #47DC87;
}
.TagClassName
{
border-color: #47DC87;
}
</style>