Shades of Emerald #47CF5E
Tints of Emerald #47CF5E
RGB
CMYK
RGB Variations
Color information
#47CF5E (or 0x47CF5E) is known color: Emerald. HEX triplet: 47, CF and 5E. RGB value is (71,207,94). Sum of RGB (Red+Green+Blue) = 71+207+94=372 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.09% from 372); Green value is 207 (81.25% from 255 or 55.65% from 372); Blue value is 94 (37.11% from 255 or 25.27% from 372); Max value from RGB is 207 - color contains mainly: green. Hex color #47CF5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47CF5E is #B830A1. Grayscale: #999999. Windows color (decimal): -12071074 or 6213447. OLE color: 6213447.
HSL color Cylindrical-coordinate representation of color #47CF5E: hue angle of 130.15º 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 #47CF5E is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 207 | 94 | - |
| CMYK | 0.66 | 0 | 0.55 | 0.19 |
| HSL | 130.15º | 0.59% | 0.55% | - |
| HSV(B) | 130.15º | 0.66% | 0.81% | - |
| XYZ | 26.93 | 46.77 | 18.2 | - |
| YUV | 153.45 | 94.44 | 69.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 207 | 94 | 0.66 | 0 | 0.55 | 0.19 | 130.15 | 0.59 | 0.55 |
| Hex | 47 | CF | 5E | 42 | 0 | 37 | 13 | 82 | 3B | 37 |
| Octal | 107 | 317 | 136 | 102 | 0 | 67 | 23 | 202 | 73 | 67 |
| Binary | 1000111 | 11001111 | 1011110 | 1000010 | 0 | 110111 | 10011 | 10000010 | 111011 | 110111 |
Color Harmonies of #47CF5E
Complementary color
Monochromatic Colors of #47CF5E
Black with #47CF5E
Text Example
Text Example
White with #47CF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CF5E; }
p { color: rgb(71,207,94); }
H1.HeaderClassName
{
color: #47CF5E;
}
.AnyTagClassName
{
color: #47CF5E;
}
</style>
background-color css
<style>
a { background-color: #47CF5E; }
a { background-color: rgb(71,207,94); }
div.DivClassName
{
background-color: #47CF5E;
}
.BgClassName
{
background-color: #47CF5E;
}
</style>
border-color css
<style>
span { border-color: #47CF5E; }
span { border-color: rgb(71,207,94); }
td.TdClassName
{
border-color: #47CF5E;
}
.TagClassName
{
border-color: #47CF5E;
}
</style>