Shades of Emerald #47D15F
Tints of Emerald #47D15F
RGB
CMYK
RGB Variations
Color information
#47D15F (or 0x47D15F) is known color: Emerald. HEX triplet: 47, D1 and 5F. RGB value is (71,209,95). Sum of RGB (Red+Green+Blue) = 71+209+95=375 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.93% from 375); Green value is 209 (82.03% from 255 or 55.73% from 375); Blue value is 95 (37.5% from 255 or 25.33% from 375); Max value from RGB is 209 - color contains mainly: green. Hex color #47D15F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47D15F is #B82EA0. Grayscale: #9B9B9B. Windows color (decimal): -12070561 or 6279495. OLE color: 6279495.
HSL color Cylindrical-coordinate representation of color #47D15F: hue angle of 130.43º degrees, saturation: 0.6, 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 #47D15F is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 71 | 209 | 95 | - |
| CMYK | 0.66 | 0 | 0.55 | 0.18 |
| HSL | 130.43º | 0.6% | 0.55% | - |
| HSV(B) | 130.43º | 0.66% | 0.82% | - |
| XYZ | 27.46 | 47.77 | 18.6 | - |
| YUV | 154.74 | 94.28 | 68.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 209 | 95 | 0.66 | 0 | 0.55 | 0.18 | 130.43 | 0.6 | 0.55 |
| Hex | 47 | D1 | 5F | 42 | 0 | 37 | 12 | 82 | 3C | 37 |
| Octal | 107 | 321 | 137 | 102 | 0 | 67 | 22 | 202 | 74 | 67 |
| Binary | 1000111 | 11010001 | 1011111 | 1000010 | 0 | 110111 | 10010 | 10000010 | 111100 | 110111 |
Color Harmonies of #47D15F
Complementary color
Monochromatic Colors of #47D15F
Black with #47D15F
Text Example
Text Example
White with #47D15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D15F; }
p { color: rgb(71,209,95); }
H1.HeaderClassName
{
color: #47D15F;
}
.AnyTagClassName
{
color: #47D15F;
}
</style>
background-color css
<style>
a { background-color: #47D15F; }
a { background-color: rgb(71,209,95); }
div.DivClassName
{
background-color: #47D15F;
}
.BgClassName
{
background-color: #47D15F;
}
</style>
border-color css
<style>
span { border-color: #47D15F; }
span { border-color: rgb(71,209,95); }
td.TdClassName
{
border-color: #47D15F;
}
.TagClassName
{
border-color: #47D15F;
}
</style>