Shades of Emerald #47DA5B
Tints of Emerald #47DA5B
RGB
CMYK
RGB Variations
Color information
#47DA5B (or 0x47DA5B) is known color: Emerald. HEX triplet: 47, DA and 5B. RGB value is (71,218,91). Sum of RGB (Red+Green+Blue) = 71+218+91=380 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.68% from 380); Green value is 218 (85.55% from 255 or 57.37% from 380); Blue value is 91 (35.94% from 255 or 23.95% from 380); Max value from RGB is 218 - color contains mainly: green. Hex color #47DA5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47DA5B is #B825A4. Grayscale: #9F9F9F. Windows color (decimal): -12068261 or 6019655. OLE color: 6019655.
HSL color Cylindrical-coordinate representation of color #47DA5B: hue angle of 128.16º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47DA5B is Cyan = 0.67, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 71 | 218 | 91 | - |
| CMYK | 0.67 | 0 | 0.58 | 0.15 |
| HSL | 128.16º | 0.67% | 0.57% | - |
| HSV(B) | 128.16º | 0.67% | 0.85% | - |
| XYZ | 29.56 | 52.24 | 18.42 | - |
| YUV | 159.57 | 89.3 | 64.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 218 | 91 | 0.67 | 0 | 0.58 | 0.15 | 128.16 | 0.67 | 0.57 |
| Hex | 47 | DA | 5B | 43 | 0 | 3A | F | 80 | 43 | 39 |
| Octal | 107 | 332 | 133 | 103 | 0 | 72 | 17 | 200 | 103 | 71 |
| Binary | 1000111 | 11011010 | 1011011 | 1000011 | 0 | 111010 | 1111 | 10000000 | 1000011 | 111001 |
Color Harmonies of #47DA5B
Complementary color
Monochromatic Colors of #47DA5B
Black with #47DA5B
Text Example
Text Example
White with #47DA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DA5B; }
p { color: rgb(71,218,91); }
H1.HeaderClassName
{
color: #47DA5B;
}
.AnyTagClassName
{
color: #47DA5B;
}
</style>
background-color css
<style>
a { background-color: #47DA5B; }
a { background-color: rgb(71,218,91); }
div.DivClassName
{
background-color: #47DA5B;
}
.BgClassName
{
background-color: #47DA5B;
}
</style>
border-color css
<style>
span { border-color: #47DA5B; }
span { border-color: rgb(71,218,91); }
td.TdClassName
{
border-color: #47DA5B;
}
.TagClassName
{
border-color: #47DA5B;
}
</style>