Shades of Emerald #47D075
Tints of Emerald #47D075
RGB
CMYK
RGB Variations
Color information
#47D075 (or 0x47D075) is known color: Emerald. HEX triplet: 47, D0 and 75. RGB value is (71,208,117). Sum of RGB (Red+Green+Blue) = 71+208+117=396 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.93% from 396); Green value is 208 (81.64% from 255 or 52.53% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 208 - color contains mainly: green. Hex color #47D075 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47D075 is #B82F8A. Grayscale: #9C9C9C. Windows color (decimal): -12070795 or 7721031. OLE color: 7721031.
HSL color Cylindrical-coordinate representation of color #47D075: hue angle of 140.15º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47D075 is Cyan = 0.66, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 71 | 208 | 117 | - |
| CMYK | 0.66 | 0 | 0.44 | 0.18 |
| HSL | 140.15º | 0.59% | 0.55% | - |
| HSV(B) | 140.15º | 0.66% | 0.82% | - |
| XYZ | 28.37 | 47.74 | 24.55 | - |
| YUV | 156.66 | 105.61 | 66.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 208 | 117 | 0.66 | 0 | 0.44 | 0.18 | 140.15 | 0.59 | 0.55 |
| Hex | 47 | D0 | 75 | 42 | 0 | 2C | 12 | 8C | 3B | 37 |
| Octal | 107 | 320 | 165 | 102 | 0 | 54 | 22 | 214 | 73 | 67 |
| Binary | 1000111 | 11010000 | 1110101 | 1000010 | 0 | 101100 | 10010 | 10001100 | 111011 | 110111 |
Color Harmonies of #47D075
Complementary color
Monochromatic Colors of #47D075
Black with #47D075
Text Example
Text Example
White with #47D075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D075; }
p { color: rgb(71,208,117); }
H1.HeaderClassName
{
color: #47D075;
}
.AnyTagClassName
{
color: #47D075;
}
</style>
background-color css
<style>
a { background-color: #47D075; }
a { background-color: rgb(71,208,117); }
div.DivClassName
{
background-color: #47D075;
}
.BgClassName
{
background-color: #47D075;
}
</style>
border-color css
<style>
span { border-color: #47D075; }
span { border-color: rgb(71,208,117); }
td.TdClassName
{
border-color: #47D075;
}
.TagClassName
{
border-color: #47D075;
}
</style>