Shades of Emerald #47DC75
Tints of Emerald #47DC75
RGB
CMYK
RGB Variations
Color information
#47DC75 (or 0x47DC75) is known color: Emerald. HEX triplet: 47, DC and 75. RGB value is (71,220,117). Sum of RGB (Red+Green+Blue) = 71+220+117=408 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.40% from 408); Green value is 220 (86.33% from 255 or 53.92% from 408); Blue value is 117 (46.09% from 255 or 28.68% from 408); Max value from RGB is 220 - color contains mainly: green. Hex color #47DC75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47DC75 is #B8238A. Grayscale: #A3A3A3. Windows color (decimal): -12067723 or 7724103. OLE color: 7724103.
HSL color Cylindrical-coordinate representation of color #47DC75: hue angle of 138.52º 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 #47DC75 is Cyan = 0.68, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 220 | 117 | - |
| CMYK | 0.68 | 0 | 0.47 | 0.14 |
| HSL | 138.52º | 0.68% | 0.57% | - |
| HSV(B) | 138.52º | 0.68% | 0.86% | - |
| XYZ | 31.4 | 53.81 | 25.56 | - |
| YUV | 163.71 | 101.64 | 61.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 220 | 117 | 0.68 | 0 | 0.47 | 0.14 | 138.52 | 0.68 | 0.57 |
| Hex | 47 | DC | 75 | 44 | 0 | 2F | E | 8B | 44 | 39 |
| Octal | 107 | 334 | 165 | 104 | 0 | 57 | 16 | 213 | 104 | 71 |
| Binary | 1000111 | 11011100 | 1110101 | 1000100 | 0 | 101111 | 1110 | 10001011 | 1000100 | 111001 |
Color Harmonies of #47DC75
Complementary color
Monochromatic Colors of #47DC75
Black with #47DC75
Text Example
Text Example
White with #47DC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DC75; }
p { color: rgb(71,220,117); }
H1.HeaderClassName
{
color: #47DC75;
}
.AnyTagClassName
{
color: #47DC75;
}
</style>
background-color css
<style>
a { background-color: #47DC75; }
a { background-color: rgb(71,220,117); }
div.DivClassName
{
background-color: #47DC75;
}
.BgClassName
{
background-color: #47DC75;
}
</style>
border-color css
<style>
span { border-color: #47DC75; }
span { border-color: rgb(71,220,117); }
td.TdClassName
{
border-color: #47DC75;
}
.TagClassName
{
border-color: #47DC75;
}
</style>