Shades of Emerald #47D480
Tints of Emerald #47D480
RGB
CMYK
RGB Variations
Color information
#47D480 (or 0x47D480) is known color: Emerald. HEX triplet: 47, D4 and 80. RGB value is (71,212,128). Sum of RGB (Red+Green+Blue) = 71+212+128=411 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.27% from 411); Green value is 212 (83.20% from 255 or 51.58% from 411); Blue value is 128 (50.39% from 255 or 31.14% from 411); Max value from RGB is 212 - color contains mainly: green. Hex color #47D480 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47D480 is #B82B7F. Grayscale: #A0A0A0. Windows color (decimal): -12069760 or 8442951. OLE color: 8442951.
HSL color Cylindrical-coordinate representation of color #47D480: hue angle of 144.26º 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 #47D480 is Cyan = 0.67, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 71 | 212 | 128 | - |
| CMYK | 0.67 | 0 | 0.40 | 0.17 |
| HSL | 144.26º | 0.62% | 0.55% | - |
| HSV(B) | 144.26º | 0.67% | 0.83% | - |
| XYZ | 30.04 | 49.99 | 28.49 | - |
| YUV | 160.27 | 109.79 | 64.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 212 | 128 | 0.67 | 0 | 0.40 | 0.17 | 144.26 | 0.62 | 0.55 |
| Hex | 47 | D4 | 80 | 43 | 0 | 28 | 11 | 90 | 3E | 37 |
| Octal | 107 | 324 | 200 | 103 | 0 | 50 | 21 | 220 | 76 | 67 |
| Binary | 1000111 | 11010100 | 10000000 | 1000011 | 0 | 101000 | 10001 | 10010000 | 111110 | 110111 |
Color Harmonies of #47D480
Complementary color
Monochromatic Colors of #47D480
Black with #47D480
Text Example
Text Example
White with #47D480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D480; }
p { color: rgb(71,212,128); }
H1.HeaderClassName
{
color: #47D480;
}
.AnyTagClassName
{
color: #47D480;
}
</style>
background-color css
<style>
a { background-color: #47D480; }
a { background-color: rgb(71,212,128); }
div.DivClassName
{
background-color: #47D480;
}
.BgClassName
{
background-color: #47D480;
}
</style>
border-color css
<style>
span { border-color: #47D480; }
span { border-color: rgb(71,212,128); }
td.TdClassName
{
border-color: #47D480;
}
.TagClassName
{
border-color: #47D480;
}
</style>