Shades of Emerald #47D760
Tints of Emerald #47D760
RGB
CMYK
RGB Variations
Color information
#47D760 (or 0x47D760) is known color: Emerald. HEX triplet: 47, D7 and 60. RGB value is (71,215,96). Sum of RGB (Red+Green+Blue) = 71+215+96=382 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.59% from 382); Green value is 215 (84.38% from 255 or 56.28% from 382); Blue value is 96 (37.89% from 255 or 25.13% from 382); Max value from RGB is 215 - color contains mainly: green. Hex color #47D760 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47D760 is #B8289F. Grayscale: #9E9E9E. Windows color (decimal): -12069024 or 6346567. OLE color: 6346567.
HSL color Cylindrical-coordinate representation of color #47D760: hue angle of 130.42º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47D760 is Cyan = 0.67, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 71 | 215 | 96 | - |
| CMYK | 0.67 | 0 | 0.55 | 0.16 |
| HSL | 130.42º | 0.64% | 0.56% | - |
| HSV(B) | 130.42º | 0.67% | 0.84% | - |
| XYZ | 29.01 | 50.79 | 19.34 | - |
| YUV | 158.38 | 92.79 | 65.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 215 | 96 | 0.67 | 0 | 0.55 | 0.16 | 130.42 | 0.64 | 0.56 |
| Hex | 47 | D7 | 60 | 43 | 0 | 37 | 10 | 82 | 40 | 38 |
| Octal | 107 | 327 | 140 | 103 | 0 | 67 | 20 | 202 | 100 | 70 |
| Binary | 1000111 | 11010111 | 1100000 | 1000011 | 0 | 110111 | 10000 | 10000010 | 1000000 | 111000 |
Color Harmonies of #47D760
Complementary color
Monochromatic Colors of #47D760
Black with #47D760
Text Example
Text Example
White with #47D760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D760; }
p { color: rgb(71,215,96); }
H1.HeaderClassName
{
color: #47D760;
}
.AnyTagClassName
{
color: #47D760;
}
</style>
background-color css
<style>
a { background-color: #47D760; }
a { background-color: rgb(71,215,96); }
div.DivClassName
{
background-color: #47D760;
}
.BgClassName
{
background-color: #47D760;
}
</style>
border-color css
<style>
span { border-color: #47D760; }
span { border-color: rgb(71,215,96); }
td.TdClassName
{
border-color: #47D760;
}
.TagClassName
{
border-color: #47D760;
}
</style>