Shades of Emerald #47E16C
Tints of Emerald #47E16C
RGB
CMYK
RGB Variations
Color information
#47E16C (or 0x47E16C) is known color: Emerald. HEX triplet: 47, E1 and 6C. RGB value is (71,225,108). Sum of RGB (Red+Green+Blue) = 71+225+108=404 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.57% from 404); Green value is 225 (88.28% from 255 or 55.69% from 404); Blue value is 108 (42.58% from 255 or 26.73% from 404); Max value from RGB is 225 - color contains mainly: green. Hex color #47E16C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47E16C is #B81E93. Grayscale: #A5A5A5. Windows color (decimal): -12066452 or 7135559. OLE color: 7135559.
HSL color Cylindrical-coordinate representation of color #47E16C: hue angle of 134.42º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47E16C is Cyan = 0.68, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 71 | 225 | 108 | - |
| CMYK | 0.68 | 0 | 0.52 | 0.12 |
| HSL | 134.42º | 0.72% | 0.58% | - |
| HSV(B) | 134.42º | 0.68% | 0.88% | - |
| XYZ | 32.23 | 56.27 | 23.35 | - |
| YUV | 165.62 | 95.48 | 60.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 225 | 108 | 0.68 | 0 | 0.52 | 0.12 | 134.42 | 0.72 | 0.58 |
| Hex | 47 | E1 | 6C | 44 | 0 | 34 | C | 86 | 48 | 3A |
| Octal | 107 | 341 | 154 | 104 | 0 | 64 | 14 | 206 | 110 | 72 |
| Binary | 1000111 | 11100001 | 1101100 | 1000100 | 0 | 110100 | 1100 | 10000110 | 1001000 | 111010 |
Color Harmonies of #47E16C
Complementary color
Monochromatic Colors of #47E16C
Black with #47E16C
Text Example
Text Example
White with #47E16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47E16C; }
p { color: rgb(71,225,108); }
H1.HeaderClassName
{
color: #47E16C;
}
.AnyTagClassName
{
color: #47E16C;
}
</style>
background-color css
<style>
a { background-color: #47E16C; }
a { background-color: rgb(71,225,108); }
div.DivClassName
{
background-color: #47E16C;
}
.BgClassName
{
background-color: #47E16C;
}
</style>
border-color css
<style>
span { border-color: #47E16C; }
span { border-color: rgb(71,225,108); }
td.TdClassName
{
border-color: #47E16C;
}
.TagClassName
{
border-color: #47E16C;
}
</style>