Shades of Emerald #47DC74
Tints of Emerald #47DC74
RGB
CMYK
RGB Variations
Color information
#47DC74 (or 0x47DC74) is known color: Emerald. HEX triplet: 47, DC and 74. RGB value is (71,220,116). Sum of RGB (Red+Green+Blue) = 71+220+116=407 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.44% from 407); Green value is 220 (86.33% from 255 or 54.05% from 407); Blue value is 116 (45.70% from 255 or 28.50% from 407); Max value from RGB is 220 - color contains mainly: green. Hex color #47DC74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47DC74 is #B8238B. Grayscale: #A3A3A3. Windows color (decimal): -12067724 or 7658567. OLE color: 7658567.
HSL color Cylindrical-coordinate representation of color #47DC74: hue angle of 138.12º 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 #47DC74 is Cyan = 0.68, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 220 | 116 | - |
| CMYK | 0.68 | 0 | 0.47 | 0.14 |
| HSL | 138.12º | 0.68% | 0.57% | - |
| HSV(B) | 138.12º | 0.68% | 0.86% | - |
| XYZ | 31.34 | 53.79 | 25.25 | - |
| YUV | 163.59 | 101.14 | 61.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 220 | 116 | 0.68 | 0 | 0.47 | 0.14 | 138.12 | 0.68 | 0.57 |
| Hex | 47 | DC | 74 | 44 | 0 | 2F | E | 8A | 44 | 39 |
| Octal | 107 | 334 | 164 | 104 | 0 | 57 | 16 | 212 | 104 | 71 |
| Binary | 1000111 | 11011100 | 1110100 | 1000100 | 0 | 101111 | 1110 | 10001010 | 1000100 | 111001 |
Color Harmonies of #47DC74
Complementary color
Monochromatic Colors of #47DC74
Black with #47DC74
Text Example
Text Example
White with #47DC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DC74; }
p { color: rgb(71,220,116); }
H1.HeaderClassName
{
color: #47DC74;
}
.AnyTagClassName
{
color: #47DC74;
}
</style>
background-color css
<style>
a { background-color: #47DC74; }
a { background-color: rgb(71,220,116); }
div.DivClassName
{
background-color: #47DC74;
}
.BgClassName
{
background-color: #47DC74;
}
</style>
border-color css
<style>
span { border-color: #47DC74; }
span { border-color: rgb(71,220,116); }
td.TdClassName
{
border-color: #47DC74;
}
.TagClassName
{
border-color: #47DC74;
}
</style>