Shades of Emerald #47D968
Tints of Emerald #47D968
RGB
CMYK
RGB Variations
Color information
#47D968 (or 0x47D968) is known color: Emerald. HEX triplet: 47, D9 and 68. RGB value is (71,217,104). Sum of RGB (Red+Green+Blue) = 71+217+104=392 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.11% from 392); Green value is 217 (85.16% from 255 or 55.36% from 392); Blue value is 104 (41.02% from 255 or 26.53% from 392); Max value from RGB is 217 - color contains mainly: green. Hex color #47D968 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47D968 is #B82697. Grayscale: #A0A0A0. Windows color (decimal): -12068504 or 6871367. OLE color: 6871367.
HSL color Cylindrical-coordinate representation of color #47D968: hue angle of 133.56º 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 #47D968 is Cyan = 0.67, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 71 | 217 | 104 | - |
| CMYK | 0.67 | 0 | 0.52 | 0.15 |
| HSL | 133.56º | 0.66% | 0.56% | - |
| HSV(B) | 133.56º | 0.67% | 0.85% | - |
| XYZ | 29.91 | 51.96 | 21.55 | - |
| YUV | 160.46 | 96.13 | 64.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 217 | 104 | 0.67 | 0 | 0.52 | 0.15 | 133.56 | 0.66 | 0.56 |
| Hex | 47 | D9 | 68 | 43 | 0 | 34 | F | 86 | 42 | 38 |
| Octal | 107 | 331 | 150 | 103 | 0 | 64 | 17 | 206 | 102 | 70 |
| Binary | 1000111 | 11011001 | 1101000 | 1000011 | 0 | 110100 | 1111 | 10000110 | 1000010 | 111000 |
Color Harmonies of #47D968
Complementary color
Monochromatic Colors of #47D968
Black with #47D968
Text Example
Text Example
White with #47D968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D968; }
p { color: rgb(71,217,104); }
H1.HeaderClassName
{
color: #47D968;
}
.AnyTagClassName
{
color: #47D968;
}
</style>
background-color css
<style>
a { background-color: #47D968; }
a { background-color: rgb(71,217,104); }
div.DivClassName
{
background-color: #47D968;
}
.BgClassName
{
background-color: #47D968;
}
</style>
border-color css
<style>
span { border-color: #47D968; }
span { border-color: rgb(71,217,104); }
td.TdClassName
{
border-color: #47D968;
}
.TagClassName
{
border-color: #47D968;
}
</style>