Shades of Emerald #47D675
Tints of Emerald #47D675
RGB
CMYK
RGB Variations
Color information
#47D675 (or 0x47D675) is known color: Emerald. HEX triplet: 47, D6 and 75. RGB value is (71,214,117). Sum of RGB (Red+Green+Blue) = 71+214+117=402 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.66% from 402); Green value is 214 (83.98% from 255 or 53.23% from 402); Blue value is 117 (46.09% from 255 or 29.10% from 402); Max value from RGB is 214 - color contains mainly: green. Hex color #47D675 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47D675 is #B8298A. Grayscale: #A0A0A0. Windows color (decimal): -12069259 or 7722567. OLE color: 7722567.
HSL color Cylindrical-coordinate representation of color #47D675: hue angle of 139.3º 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 #47D675 is Cyan = 0.67, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 71 | 214 | 117 | - |
| CMYK | 0.67 | 0 | 0.45 | 0.16 |
| HSL | 139.3º | 0.64% | 0.56% | - |
| HSV(B) | 139.3º | 0.67% | 0.84% | - |
| XYZ | 29.86 | 50.72 | 25.05 | - |
| YUV | 160.19 | 103.62 | 64.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 214 | 117 | 0.67 | 0 | 0.45 | 0.16 | 139.3 | 0.64 | 0.56 |
| Hex | 47 | D6 | 75 | 43 | 0 | 2D | 10 | 8B | 40 | 38 |
| Octal | 107 | 326 | 165 | 103 | 0 | 55 | 20 | 213 | 100 | 70 |
| Binary | 1000111 | 11010110 | 1110101 | 1000011 | 0 | 101101 | 10000 | 10001011 | 1000000 | 111000 |
Color Harmonies of #47D675
Complementary color
Monochromatic Colors of #47D675
Black with #47D675
Text Example
Text Example
White with #47D675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D675; }
p { color: rgb(71,214,117); }
H1.HeaderClassName
{
color: #47D675;
}
.AnyTagClassName
{
color: #47D675;
}
</style>
background-color css
<style>
a { background-color: #47D675; }
a { background-color: rgb(71,214,117); }
div.DivClassName
{
background-color: #47D675;
}
.BgClassName
{
background-color: #47D675;
}
</style>
border-color css
<style>
span { border-color: #47D675; }
span { border-color: rgb(71,214,117); }
td.TdClassName
{
border-color: #47D675;
}
.TagClassName
{
border-color: #47D675;
}
</style>