Shades of Emerald #47E975
Tints of Emerald #47E975
RGB
CMYK
RGB Variations
Color information
#47E975 (or 0x47E975) is known color: Emerald. HEX triplet: 47, E9 and 75. RGB value is (71,233,117). Sum of RGB (Red+Green+Blue) = 71+233+117=421 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.86% from 421); Green value is 233 (91.41% from 255 or 55.34% from 421); Blue value is 117 (46.09% from 255 or 27.79% from 421); Max value from RGB is 233 - color contains mainly: green. Hex color #47E975 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #47E975 is #B8168A. Grayscale: #ABABAB. Windows color (decimal): -12064395 or 7727431. OLE color: 7727431.
HSL color Cylindrical-coordinate representation of color #47E975: hue angle of 137.04º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47E975 is Cyan = 0.70, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 71 | 233 | 117 | - |
| CMYK | 0.70 | 0 | 0.50 | 0.09 |
| HSL | 137.04º | 0.79% | 0.6% | - |
| HSV(B) | 137.04º | 0.7% | 0.91% | - |
| XYZ | 34.95 | 60.9 | 26.74 | - |
| YUV | 171.34 | 97.33 | 56.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 233 | 117 | 0.70 | 0 | 0.50 | 0.09 | 137.04 | 0.79 | 0.6 |
| Hex | 47 | E9 | 75 | 46 | 0 | 32 | 9 | 89 | 4F | 3C |
| Octal | 107 | 351 | 165 | 106 | 0 | 62 | 11 | 211 | 117 | 74 |
| Binary | 1000111 | 11101001 | 1110101 | 1000110 | 0 | 110010 | 1001 | 10001001 | 1001111 | 111100 |
Color Harmonies of #47E975
Complementary color
Monochromatic Colors of #47E975
Black with #47E975
Text Example
Text Example
White with #47E975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47E975; }
p { color: rgb(71,233,117); }
H1.HeaderClassName
{
color: #47E975;
}
.AnyTagClassName
{
color: #47E975;
}
</style>
background-color css
<style>
a { background-color: #47E975; }
a { background-color: rgb(71,233,117); }
div.DivClassName
{
background-color: #47E975;
}
.BgClassName
{
background-color: #47E975;
}
</style>
border-color css
<style>
span { border-color: #47E975; }
span { border-color: rgb(71,233,117); }
td.TdClassName
{
border-color: #47E975;
}
.TagClassName
{
border-color: #47E975;
}
</style>