Shades of Emerald #47EF8C
Tints of Emerald #47EF8C
RGB
CMYK
RGB Variations
Color information
#47EF8C (or 0x47EF8C) is known color: Emerald. HEX triplet: 47, EF and 8C. RGB value is (71,239,140). Sum of RGB (Red+Green+Blue) = 71+239+140=450 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.78% from 450); Green value is 239 (93.75% from 255 or 53.11% from 450); Blue value is 140 (55.08% from 255 or 31.11% from 450); Max value from RGB is 239 - color contains mainly: green. Hex color #47EF8C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #47EF8C is #B81073. Grayscale: #B1B1B1. Windows color (decimal): -12062836 or 9236295. OLE color: 9236295.
HSL color Cylindrical-coordinate representation of color #47EF8C: hue angle of 144.64º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47EF8C is Cyan = 0.70, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 71 | 239 | 140 | - |
| CMYK | 0.70 | 0 | 0.41 | 0.06 |
| HSL | 144.64º | 0.84% | 0.61% | - |
| HSV(B) | 144.64º | 0.7% | 0.94% | - |
| XYZ | 38.2 | 64.97 | 35.34 | - |
| YUV | 177.48 | 106.84 | 52.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 239 | 140 | 0.70 | 0 | 0.41 | 0.06 | 144.64 | 0.84 | 0.61 |
| Hex | 47 | EF | 8C | 46 | 0 | 29 | 6 | 91 | 54 | 3D |
| Octal | 107 | 357 | 214 | 106 | 0 | 51 | 6 | 221 | 124 | 75 |
| Binary | 1000111 | 11101111 | 10001100 | 1000110 | 0 | 101001 | 110 | 10010001 | 1010100 | 111101 |
Color Harmonies of #47EF8C
Complementary color
Monochromatic Colors of #47EF8C
Black with #47EF8C
Text Example
Text Example
White with #47EF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47EF8C; }
p { color: rgb(71,239,140); }
H1.HeaderClassName
{
color: #47EF8C;
}
.AnyTagClassName
{
color: #47EF8C;
}
</style>
background-color css
<style>
a { background-color: #47EF8C; }
a { background-color: rgb(71,239,140); }
div.DivClassName
{
background-color: #47EF8C;
}
.BgClassName
{
background-color: #47EF8C;
}
</style>
border-color css
<style>
span { border-color: #47EF8C; }
span { border-color: rgb(71,239,140); }
td.TdClassName
{
border-color: #47EF8C;
}
.TagClassName
{
border-color: #47EF8C;
}
</style>