Shades of Emerald #47CF7C
Tints of Emerald #47CF7C
RGB
CMYK
RGB Variations
Color information
#47CF7C (or 0x47CF7C) is known color: Emerald. HEX triplet: 47, CF and 7C. RGB value is (71,207,124). Sum of RGB (Red+Green+Blue) = 71+207+124=402 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.66% from 402); Green value is 207 (81.25% from 255 or 51.49% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 207 - color contains mainly: green. Hex color #47CF7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47CF7C is #B83083. Grayscale: #9D9D9D. Windows color (decimal): -12071044 or 8179527. OLE color: 8179527.
HSL color Cylindrical-coordinate representation of color #47CF7C: hue angle of 143.38º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47CF7C is Cyan = 0.66, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 207 | 124 | - |
| CMYK | 0.66 | 0 | 0.40 | 0.19 |
| HSL | 143.38º | 0.59% | 0.55% | - |
| HSV(B) | 143.38º | 0.66% | 0.81% | - |
| XYZ | 28.55 | 47.42 | 26.72 | - |
| YUV | 156.87 | 109.44 | 66.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 207 | 124 | 0.66 | 0 | 0.40 | 0.19 | 143.38 | 0.59 | 0.55 |
| Hex | 47 | CF | 7C | 42 | 0 | 28 | 13 | 8F | 3B | 37 |
| Octal | 107 | 317 | 174 | 102 | 0 | 50 | 23 | 217 | 73 | 67 |
| Binary | 1000111 | 11001111 | 1111100 | 1000010 | 0 | 101000 | 10011 | 10001111 | 111011 | 110111 |
Color Harmonies of #47CF7C
Complementary color
Monochromatic Colors of #47CF7C
Black with #47CF7C
Text Example
Text Example
White with #47CF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CF7C; }
p { color: rgb(71,207,124); }
H1.HeaderClassName
{
color: #47CF7C;
}
.AnyTagClassName
{
color: #47CF7C;
}
</style>
background-color css
<style>
a { background-color: #47CF7C; }
a { background-color: rgb(71,207,124); }
div.DivClassName
{
background-color: #47CF7C;
}
.BgClassName
{
background-color: #47CF7C;
}
</style>
border-color css
<style>
span { border-color: #47CF7C; }
span { border-color: rgb(71,207,124); }
td.TdClassName
{
border-color: #47CF7C;
}
.TagClassName
{
border-color: #47CF7C;
}
</style>