Shades of Emerald #47C082
Tints of Emerald #47C082
RGB
CMYK
RGB Variations
Color information
#47C082 (or 0x47C082) is known color: Emerald. HEX triplet: 47, C0 and 82. RGB value is (71,192,130). Sum of RGB (Red+Green+Blue) = 71+192+130=393 (52% of max value = 765). Red value is 71 (28.12% from 255 or 18.07% from 393); Green value is 192 (75.39% from 255 or 48.85% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 192 - color contains mainly: green. Hex color #47C082 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47C082 is #B83F7D. Grayscale: #949494. Windows color (decimal): -12074878 or 8568903. OLE color: 8568903.
HSL color Cylindrical-coordinate representation of color #47C082: hue angle of 149.26º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47C082 is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 71 | 192 | 130 | - |
| CMYK | 0.63 | 0 | 0.32 | 0.25 |
| HSL | 149.26º | 0.49% | 0.52% | - |
| HSV(B) | 149.26º | 0.63% | 0.75% | - |
| XYZ | 25.48 | 40.65 | 27.62 | - |
| YUV | 148.75 | 117.41 | 72.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 192 | 130 | 0.63 | 0 | 0.32 | 0.25 | 149.26 | 0.49 | 0.52 |
| Hex | 47 | C0 | 82 | 3F | 0 | 20 | 19 | 95 | 31 | 34 |
| Octal | 107 | 300 | 202 | 77 | 0 | 40 | 31 | 225 | 61 | 64 |
| Binary | 1000111 | 11000000 | 10000010 | 111111 | 0 | 100000 | 11001 | 10010101 | 110001 | 110100 |
Color Harmonies of #47C082
Complementary color
Monochromatic Colors of #47C082
Black with #47C082
Text Example
Text Example
White with #47C082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C082; }
p { color: rgb(71,192,130); }
H1.HeaderClassName
{
color: #47C082;
}
.AnyTagClassName
{
color: #47C082;
}
</style>
background-color css
<style>
a { background-color: #47C082; }
a { background-color: rgb(71,192,130); }
div.DivClassName
{
background-color: #47C082;
}
.BgClassName
{
background-color: #47C082;
}
</style>
border-color css
<style>
span { border-color: #47C082; }
span { border-color: rgb(71,192,130); }
td.TdClassName
{
border-color: #47C082;
}
.TagClassName
{
border-color: #47C082;
}
</style>