Shades of Emerald #47DB75
Tints of Emerald #47DB75
RGB
CMYK
RGB Variations
Color information
#47DB75 (or 0x47DB75) is known color: Emerald. HEX triplet: 47, DB and 75. RGB value is (71,219,117). Sum of RGB (Red+Green+Blue) = 71+219+117=407 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.44% from 407); Green value is 219 (85.94% from 255 or 53.81% from 407); Blue value is 117 (46.09% from 255 or 28.75% from 407); Max value from RGB is 219 - color contains mainly: green. Hex color #47DB75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47DB75 is #B8248A. Grayscale: #A3A3A3. Windows color (decimal): -12067979 or 7723847. OLE color: 7723847.
HSL color Cylindrical-coordinate representation of color #47DB75: hue angle of 138.65º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47DB75 is Cyan = 0.68, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 219 | 117 | - |
| CMYK | 0.68 | 0 | 0.47 | 0.14 |
| HSL | 138.65º | 0.67% | 0.57% | - |
| HSV(B) | 138.65º | 0.68% | 0.86% | - |
| XYZ | 31.14 | 53.29 | 25.47 | - |
| YUV | 163.12 | 101.97 | 62.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 219 | 117 | 0.68 | 0 | 0.47 | 0.14 | 138.65 | 0.67 | 0.57 |
| Hex | 47 | DB | 75 | 44 | 0 | 2F | E | 8B | 43 | 39 |
| Octal | 107 | 333 | 165 | 104 | 0 | 57 | 16 | 213 | 103 | 71 |
| Binary | 1000111 | 11011011 | 1110101 | 1000100 | 0 | 101111 | 1110 | 10001011 | 1000011 | 111001 |
Color Harmonies of #47DB75
Complementary color
Monochromatic Colors of #47DB75
Black with #47DB75
Text Example
Text Example
White with #47DB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DB75; }
p { color: rgb(71,219,117); }
H1.HeaderClassName
{
color: #47DB75;
}
.AnyTagClassName
{
color: #47DB75;
}
</style>
background-color css
<style>
a { background-color: #47DB75; }
a { background-color: rgb(71,219,117); }
div.DivClassName
{
background-color: #47DB75;
}
.BgClassName
{
background-color: #47DB75;
}
</style>
border-color css
<style>
span { border-color: #47DB75; }
span { border-color: rgb(71,219,117); }
td.TdClassName
{
border-color: #47DB75;
}
.TagClassName
{
border-color: #47DB75;
}
</style>