Shades of Emerald #47DB58
Tints of Emerald #47DB58
RGB
CMYK
RGB Variations
Color information
#47DB58 (or 0x47DB58) is known color: Emerald. HEX triplet: 47, DB and 58. RGB value is (71,219,88). Sum of RGB (Red+Green+Blue) = 71+219+88=378 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.78% from 378); Green value is 219 (85.94% from 255 or 57.94% from 378); Blue value is 88 (34.77% from 255 or 23.28% from 378); Max value from RGB is 219 - color contains mainly: green. Hex color #47DB58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47DB58 is #B824A7. Grayscale: #A0A0A0. Windows color (decimal): -12068008 or 5823303. OLE color: 5823303.
HSL color Cylindrical-coordinate representation of color #47DB58: hue angle of 126.89º 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 #47DB58 is Cyan = 0.68, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 219 | 88 | - |
| CMYK | 0.68 | 0 | 0.60 | 0.14 |
| HSL | 126.89º | 0.67% | 0.57% | - |
| HSV(B) | 126.89º | 0.68% | 0.86% | - |
| XYZ | 29.69 | 52.71 | 17.84 | - |
| YUV | 159.81 | 87.47 | 64.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 219 | 88 | 0.68 | 0 | 0.60 | 0.14 | 126.89 | 0.67 | 0.57 |
| Hex | 47 | DB | 58 | 44 | 0 | 3C | E | 7F | 43 | 39 |
| Octal | 107 | 333 | 130 | 104 | 0 | 74 | 16 | 177 | 103 | 71 |
| Binary | 1000111 | 11011011 | 1011000 | 1000100 | 0 | 111100 | 1110 | 1111111 | 1000011 | 111001 |
Color Harmonies of #47DB58
Complementary color
Monochromatic Colors of #47DB58
Black with #47DB58
Text Example
Text Example
White with #47DB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DB58; }
p { color: rgb(71,219,88); }
H1.HeaderClassName
{
color: #47DB58;
}
.AnyTagClassName
{
color: #47DB58;
}
</style>
background-color css
<style>
a { background-color: #47DB58; }
a { background-color: rgb(71,219,88); }
div.DivClassName
{
background-color: #47DB58;
}
.BgClassName
{
background-color: #47DB58;
}
</style>
border-color css
<style>
span { border-color: #47DB58; }
span { border-color: rgb(71,219,88); }
td.TdClassName
{
border-color: #47DB58;
}
.TagClassName
{
border-color: #47DB58;
}
</style>