Shades of Emerald #47D463
Tints of Emerald #47D463
RGB
CMYK
RGB Variations
Color information
#47D463 (or 0x47D463) is known color: Emerald. HEX triplet: 47, D4 and 63. RGB value is (71,212,99). Sum of RGB (Red+Green+Blue) = 71+212+99=382 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.59% from 382); Green value is 212 (83.20% from 255 or 55.50% from 382); Blue value is 99 (39.06% from 255 or 25.92% from 382); Max value from RGB is 212 - color contains mainly: green. Hex color #47D463 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47D463 is #B82B9C. Grayscale: #9D9D9D. Windows color (decimal): -12069789 or 6542407. OLE color: 6542407.
HSL color Cylindrical-coordinate representation of color #47D463: hue angle of 131.91º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47D463 is Cyan = 0.67, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 71 | 212 | 99 | - |
| CMYK | 0.67 | 0 | 0.53 | 0.17 |
| HSL | 131.91º | 0.62% | 0.55% | - |
| HSV(B) | 131.91º | 0.67% | 0.83% | - |
| XYZ | 28.39 | 49.33 | 19.83 | - |
| YUV | 156.96 | 95.29 | 66.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 212 | 99 | 0.67 | 0 | 0.53 | 0.17 | 131.91 | 0.62 | 0.55 |
| Hex | 47 | D4 | 63 | 43 | 0 | 35 | 11 | 84 | 3E | 37 |
| Octal | 107 | 324 | 143 | 103 | 0 | 65 | 21 | 204 | 76 | 67 |
| Binary | 1000111 | 11010100 | 1100011 | 1000011 | 0 | 110101 | 10001 | 10000100 | 111110 | 110111 |
Color Harmonies of #47D463
Complementary color
Monochromatic Colors of #47D463
Black with #47D463
Text Example
Text Example
White with #47D463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D463; }
p { color: rgb(71,212,99); }
H1.HeaderClassName
{
color: #47D463;
}
.AnyTagClassName
{
color: #47D463;
}
</style>
background-color css
<style>
a { background-color: #47D463; }
a { background-color: rgb(71,212,99); }
div.DivClassName
{
background-color: #47D463;
}
.BgClassName
{
background-color: #47D463;
}
</style>
border-color css
<style>
span { border-color: #47D463; }
span { border-color: rgb(71,212,99); }
td.TdClassName
{
border-color: #47D463;
}
.TagClassName
{
border-color: #47D463;
}
</style>