Shades of Emerald #47D974
Tints of Emerald #47D974
RGB
CMYK
RGB Variations
Color information
#47D974 (or 0x47D974) is known color: Emerald. HEX triplet: 47, D9 and 74. RGB value is (71,217,116). Sum of RGB (Red+Green+Blue) = 71+217+116=404 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.57% from 404); Green value is 217 (85.16% from 255 or 53.71% from 404); Blue value is 116 (45.70% from 255 or 28.71% from 404); Max value from RGB is 217 - color contains mainly: green. Hex color #47D974 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47D974 is #B8268B. Grayscale: #A2A2A2. Windows color (decimal): -12068492 or 7657799. OLE color: 7657799.
HSL color Cylindrical-coordinate representation of color #47D974: hue angle of 138.49º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47D974 is Cyan = 0.67, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 71 | 217 | 116 | - |
| CMYK | 0.67 | 0 | 0.47 | 0.15 |
| HSL | 138.49º | 0.66% | 0.56% | - |
| HSV(B) | 138.49º | 0.67% | 0.85% | - |
| XYZ | 30.56 | 52.23 | 24.99 | - |
| YUV | 161.83 | 102.13 | 63.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 217 | 116 | 0.67 | 0 | 0.47 | 0.15 | 138.49 | 0.66 | 0.56 |
| Hex | 47 | D9 | 74 | 43 | 0 | 2F | F | 8A | 42 | 38 |
| Octal | 107 | 331 | 164 | 103 | 0 | 57 | 17 | 212 | 102 | 70 |
| Binary | 1000111 | 11011001 | 1110100 | 1000011 | 0 | 101111 | 1111 | 10001010 | 1000010 | 111000 |
Color Harmonies of #47D974
Complementary color
Monochromatic Colors of #47D974
Black with #47D974
Text Example
Text Example
White with #47D974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D974; }
p { color: rgb(71,217,116); }
H1.HeaderClassName
{
color: #47D974;
}
.AnyTagClassName
{
color: #47D974;
}
</style>
background-color css
<style>
a { background-color: #47D974; }
a { background-color: rgb(71,217,116); }
div.DivClassName
{
background-color: #47D974;
}
.BgClassName
{
background-color: #47D974;
}
</style>
border-color css
<style>
span { border-color: #47D974; }
span { border-color: rgb(71,217,116); }
td.TdClassName
{
border-color: #47D974;
}
.TagClassName
{
border-color: #47D974;
}
</style>