Shades of Emerald #47BF5E
Tints of Emerald #47BF5E
RGB
CMYK
RGB Variations
Color information
#47BF5E (or 0x47BF5E) is known color: Emerald. HEX triplet: 47, BF and 5E. RGB value is (71,191,94). Sum of RGB (Red+Green+Blue) = 71+191+94=356 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.94% from 356); Green value is 191 (75% from 255 or 53.65% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 191 - color contains mainly: green. Hex color #47BF5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47BF5E is #B840A1. Grayscale: #909090. Windows color (decimal): -12075170 or 6209351. OLE color: 6209351.
HSL color Cylindrical-coordinate representation of color #47BF5E: hue angle of 131.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47BF5E is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 71 | 191 | 94 | - |
| CMYK | 0.63 | 0 | 0.51 | 0.25 |
| HSL | 131.5º | 0.48% | 0.51% | - |
| HSV(B) | 131.5º | 0.63% | 0.75% | - |
| XYZ | 23.25 | 39.41 | 16.97 | - |
| YUV | 144.06 | 99.74 | 75.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 191 | 94 | 0.63 | 0 | 0.51 | 0.25 | 131.5 | 0.48 | 0.51 |
| Hex | 47 | BF | 5E | 3F | 0 | 33 | 19 | 84 | 30 | 33 |
| Octal | 107 | 277 | 136 | 77 | 0 | 63 | 31 | 204 | 60 | 63 |
| Binary | 1000111 | 10111111 | 1011110 | 111111 | 0 | 110011 | 11001 | 10000100 | 110000 | 110011 |
Color Harmonies of #47BF5E
Complementary color
Monochromatic Colors of #47BF5E
Black with #47BF5E
Text Example
Text Example
White with #47BF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BF5E; }
p { color: rgb(71,191,94); }
H1.HeaderClassName
{
color: #47BF5E;
}
.AnyTagClassName
{
color: #47BF5E;
}
</style>
background-color css
<style>
a { background-color: #47BF5E; }
a { background-color: rgb(71,191,94); }
div.DivClassName
{
background-color: #47BF5E;
}
.BgClassName
{
background-color: #47BF5E;
}
</style>
border-color css
<style>
span { border-color: #47BF5E; }
span { border-color: rgb(71,191,94); }
td.TdClassName
{
border-color: #47BF5E;
}
.TagClassName
{
border-color: #47BF5E;
}
</style>