Shades of Emerald #47C16C
Tints of Emerald #47C16C
RGB
CMYK
RGB Variations
Color information
#47C16C (or 0x47C16C) is known color: Emerald. HEX triplet: 47, C1 and 6C. RGB value is (71,193,108). Sum of RGB (Red+Green+Blue) = 71+193+108=372 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.09% from 372); Green value is 193 (75.78% from 255 or 51.88% from 372); Blue value is 108 (42.58% from 255 or 29.03% from 372); Max value from RGB is 193 - color contains mainly: green. Hex color #47C16C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47C16C is #B83E93. Grayscale: #939393. Windows color (decimal): -12074644 or 7127367. OLE color: 7127367.
HSL color Cylindrical-coordinate representation of color #47C16C: hue angle of 138.2º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47C16C is Cyan = 0.63, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 193 | 108 | - |
| CMYK | 0.63 | 0 | 0.44 | 0.24 |
| HSL | 138.2º | 0.5% | 0.52% | - |
| HSV(B) | 138.2º | 0.63% | 0.76% | - |
| XYZ | 24.38 | 40.56 | 20.73 | - |
| YUV | 146.83 | 106.08 | 73.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 193 | 108 | 0.63 | 0 | 0.44 | 0.24 | 138.2 | 0.5 | 0.52 |
| Hex | 47 | C1 | 6C | 3F | 0 | 2C | 18 | 8A | 32 | 34 |
| Octal | 107 | 301 | 154 | 77 | 0 | 54 | 30 | 212 | 62 | 64 |
| Binary | 1000111 | 11000001 | 1101100 | 111111 | 0 | 101100 | 11000 | 10001010 | 110010 | 110100 |
Color Harmonies of #47C16C
Complementary color
Monochromatic Colors of #47C16C
Black with #47C16C
Text Example
Text Example
White with #47C16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C16C; }
p { color: rgb(71,193,108); }
H1.HeaderClassName
{
color: #47C16C;
}
.AnyTagClassName
{
color: #47C16C;
}
</style>
background-color css
<style>
a { background-color: #47C16C; }
a { background-color: rgb(71,193,108); }
div.DivClassName
{
background-color: #47C16C;
}
.BgClassName
{
background-color: #47C16C;
}
</style>
border-color css
<style>
span { border-color: #47C16C; }
span { border-color: rgb(71,193,108); }
td.TdClassName
{
border-color: #47C16C;
}
.TagClassName
{
border-color: #47C16C;
}
</style>