Shades of Emerald #47CF71
Tints of Emerald #47CF71
RGB
CMYK
RGB Variations
Color information
#47CF71 (or 0x47CF71) is known color: Emerald. HEX triplet: 47, CF and 71. RGB value is (71,207,113). Sum of RGB (Red+Green+Blue) = 71+207+113=391 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.16% from 391); Green value is 207 (81.25% from 255 or 52.94% from 391); Blue value is 113 (44.53% from 255 or 28.90% from 391); Max value from RGB is 207 - color contains mainly: green. Hex color #47CF71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47CF71 is #B8308E. Grayscale: #9B9B9B. Windows color (decimal): -12071055 or 7458631. OLE color: 7458631.
HSL color Cylindrical-coordinate representation of color #47CF71: hue angle of 138.53º 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 #47CF71 is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 207 | 113 | - |
| CMYK | 0.66 | 0 | 0.45 | 0.19 |
| HSL | 138.53º | 0.59% | 0.55% | - |
| HSV(B) | 138.53º | 0.66% | 0.81% | - |
| XYZ | 27.89 | 47.16 | 23.26 | - |
| YUV | 155.62 | 103.94 | 67.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 207 | 113 | 0.66 | 0 | 0.45 | 0.19 | 138.53 | 0.59 | 0.55 |
| Hex | 47 | CF | 71 | 42 | 0 | 2D | 13 | 8B | 3B | 37 |
| Octal | 107 | 317 | 161 | 102 | 0 | 55 | 23 | 213 | 73 | 67 |
| Binary | 1000111 | 11001111 | 1110001 | 1000010 | 0 | 101101 | 10011 | 10001011 | 111011 | 110111 |
Color Harmonies of #47CF71
Complementary color
Monochromatic Colors of #47CF71
Black with #47CF71
Text Example
Text Example
White with #47CF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CF71; }
p { color: rgb(71,207,113); }
H1.HeaderClassName
{
color: #47CF71;
}
.AnyTagClassName
{
color: #47CF71;
}
</style>
background-color css
<style>
a { background-color: #47CF71; }
a { background-color: rgb(71,207,113); }
div.DivClassName
{
background-color: #47CF71;
}
.BgClassName
{
background-color: #47CF71;
}
</style>
border-color css
<style>
span { border-color: #47CF71; }
span { border-color: rgb(71,207,113); }
td.TdClassName
{
border-color: #47CF71;
}
.TagClassName
{
border-color: #47CF71;
}
</style>