Shades of Emerald #47D558
Tints of Emerald #47D558
RGB
CMYK
RGB Variations
Color information
#47D558 (or 0x47D558) is known color: Emerald. HEX triplet: 47, D5 and 58. RGB value is (71,213,88). Sum of RGB (Red+Green+Blue) = 71+213+88=372 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.09% from 372); Green value is 213 (83.59% from 255 or 57.26% from 372); Blue value is 88 (34.77% from 255 or 23.66% from 372); Max value from RGB is 213 - color contains mainly: green. Hex color #47D558 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47D558 is #B82AA7. Grayscale: #9C9C9C. Windows color (decimal): -12069544 or 5821767. OLE color: 5821767.
HSL color Cylindrical-coordinate representation of color #47D558: hue angle of 127.18º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47D558 is Cyan = 0.67, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 71 | 213 | 88 | - |
| CMYK | 0.67 | 0 | 0.59 | 0.16 |
| HSL | 127.18º | 0.63% | 0.56% | - |
| HSV(B) | 127.18º | 0.67% | 0.84% | - |
| XYZ | 28.15 | 49.63 | 17.33 | - |
| YUV | 156.29 | 89.46 | 67.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 213 | 88 | 0.67 | 0 | 0.59 | 0.16 | 127.18 | 0.63 | 0.56 |
| Hex | 47 | D5 | 58 | 43 | 0 | 3B | 10 | 7F | 3F | 38 |
| Octal | 107 | 325 | 130 | 103 | 0 | 73 | 20 | 177 | 77 | 70 |
| Binary | 1000111 | 11010101 | 1011000 | 1000011 | 0 | 111011 | 10000 | 1111111 | 111111 | 111000 |
Color Harmonies of #47D558
Complementary color
Monochromatic Colors of #47D558
Black with #47D558
Text Example
Text Example
White with #47D558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D558; }
p { color: rgb(71,213,88); }
H1.HeaderClassName
{
color: #47D558;
}
.AnyTagClassName
{
color: #47D558;
}
</style>
background-color css
<style>
a { background-color: #47D558; }
a { background-color: rgb(71,213,88); }
div.DivClassName
{
background-color: #47D558;
}
.BgClassName
{
background-color: #47D558;
}
</style>
border-color css
<style>
span { border-color: #47D558; }
span { border-color: rgb(71,213,88); }
td.TdClassName
{
border-color: #47D558;
}
.TagClassName
{
border-color: #47D558;
}
</style>