Shades of Emerald #47BD83
Tints of Emerald #47BD83
RGB
CMYK
RGB Variations
Color information
#47BD83 (or 0x47BD83) is known color: Emerald. HEX triplet: 47, BD and 83. RGB value is (71,189,131). Sum of RGB (Red+Green+Blue) = 71+189+131=391 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.16% from 391); Green value is 189 (74.22% from 255 or 48.34% from 391); Blue value is 131 (51.56% from 255 or 33.50% from 391); Max value from RGB is 189 - color contains mainly: green. Hex color #47BD83 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47BD83 is #B8427C. Grayscale: #939393. Windows color (decimal): -12075645 or 8633671. OLE color: 8633671.
HSL color Cylindrical-coordinate representation of color #47BD83: hue angle of 150.51º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47BD83 is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 189 | 131 | - |
| CMYK | 0.62 | 0 | 0.31 | 0.26 |
| HSL | 150.51º | 0.47% | 0.51% | - |
| HSV(B) | 150.51º | 0.62% | 0.74% | - |
| XYZ | 24.89 | 39.37 | 27.76 | - |
| YUV | 147.11 | 118.91 | 73.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 189 | 131 | 0.62 | 0 | 0.31 | 0.26 | 150.51 | 0.47 | 0.51 |
| Hex | 47 | BD | 83 | 3E | 0 | 1F | 1A | 97 | 2F | 33 |
| Octal | 107 | 275 | 203 | 76 | 0 | 37 | 32 | 227 | 57 | 63 |
| Binary | 1000111 | 10111101 | 10000011 | 111110 | 0 | 11111 | 11010 | 10010111 | 101111 | 110011 |
Color Harmonies of #47BD83
Complementary color
Monochromatic Colors of #47BD83
Black with #47BD83
Text Example
Text Example
White with #47BD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BD83; }
p { color: rgb(71,189,131); }
H1.HeaderClassName
{
color: #47BD83;
}
.AnyTagClassName
{
color: #47BD83;
}
</style>
background-color css
<style>
a { background-color: #47BD83; }
a { background-color: rgb(71,189,131); }
div.DivClassName
{
background-color: #47BD83;
}
.BgClassName
{
background-color: #47BD83;
}
</style>
border-color css
<style>
span { border-color: #47BD83; }
span { border-color: rgb(71,189,131); }
td.TdClassName
{
border-color: #47BD83;
}
.TagClassName
{
border-color: #47BD83;
}
</style>