Shades of Emerald #47D96B
Tints of Emerald #47D96B
RGB
CMYK
RGB Variations
Color information
#47D96B (or 0x47D96B) is known color: Emerald. HEX triplet: 47, D9 and 6B. RGB value is (71,217,107). Sum of RGB (Red+Green+Blue) = 71+217+107=395 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.97% from 395); Green value is 217 (85.16% from 255 or 54.94% from 395); Blue value is 107 (42.19% from 255 or 27.09% from 395); Max value from RGB is 217 - color contains mainly: green. Hex color #47D96B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47D96B is #B82694. Grayscale: #A1A1A1. Windows color (decimal): -12068501 or 7067975. OLE color: 7067975.
HSL color Cylindrical-coordinate representation of color #47D96B: hue angle of 134.79º 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 #47D96B is Cyan = 0.67, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 71 | 217 | 107 | - |
| CMYK | 0.67 | 0 | 0.51 | 0.15 |
| HSL | 134.79º | 0.66% | 0.56% | - |
| HSV(B) | 134.79º | 0.67% | 0.85% | - |
| XYZ | 30.07 | 52.03 | 22.37 | - |
| YUV | 160.81 | 97.63 | 63.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 217 | 107 | 0.67 | 0 | 0.51 | 0.15 | 134.79 | 0.66 | 0.56 |
| Hex | 47 | D9 | 6B | 43 | 0 | 33 | F | 87 | 42 | 38 |
| Octal | 107 | 331 | 153 | 103 | 0 | 63 | 17 | 207 | 102 | 70 |
| Binary | 1000111 | 11011001 | 1101011 | 1000011 | 0 | 110011 | 1111 | 10000111 | 1000010 | 111000 |
Color Harmonies of #47D96B
Complementary color
Monochromatic Colors of #47D96B
Black with #47D96B
Text Example
Text Example
White with #47D96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D96B; }
p { color: rgb(71,217,107); }
H1.HeaderClassName
{
color: #47D96B;
}
.AnyTagClassName
{
color: #47D96B;
}
</style>
background-color css
<style>
a { background-color: #47D96B; }
a { background-color: rgb(71,217,107); }
div.DivClassName
{
background-color: #47D96B;
}
.BgClassName
{
background-color: #47D96B;
}
</style>
border-color css
<style>
span { border-color: #47D96B; }
span { border-color: rgb(71,217,107); }
td.TdClassName
{
border-color: #47D96B;
}
.TagClassName
{
border-color: #47D96B;
}
</style>