Shades of Emerald #47DF5B
Tints of Emerald #47DF5B
RGB
CMYK
RGB Variations
Color information
#47DF5B (or 0x47DF5B) is known color: Emerald. HEX triplet: 47, DF and 5B. RGB value is (71,223,91). Sum of RGB (Red+Green+Blue) = 71+223+91=385 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.44% from 385); Green value is 223 (87.5% from 255 or 57.92% from 385); Blue value is 91 (35.94% from 255 or 23.64% from 385); Max value from RGB is 223 - color contains mainly: green. Hex color #47DF5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47DF5B is #B820A4. Grayscale: #A2A2A2. Windows color (decimal): -12066981 or 6020935. OLE color: 6020935.
HSL color Cylindrical-coordinate representation of color #47DF5B: hue angle of 127.89º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47DF5B is Cyan = 0.68, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 223 | 91 | - |
| CMYK | 0.68 | 0 | 0.59 | 0.13 |
| HSL | 127.89º | 0.7% | 0.58% | - |
| HSV(B) | 127.89º | 0.68% | 0.87% | - |
| XYZ | 30.87 | 54.87 | 18.86 | - |
| YUV | 162.5 | 87.64 | 62.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 223 | 91 | 0.68 | 0 | 0.59 | 0.13 | 127.89 | 0.7 | 0.58 |
| Hex | 47 | DF | 5B | 44 | 0 | 3B | D | 80 | 46 | 3A |
| Octal | 107 | 337 | 133 | 104 | 0 | 73 | 15 | 200 | 106 | 72 |
| Binary | 1000111 | 11011111 | 1011011 | 1000100 | 0 | 111011 | 1101 | 10000000 | 1000110 | 111010 |
Color Harmonies of #47DF5B
Complementary color
Monochromatic Colors of #47DF5B
Black with #47DF5B
Text Example
Text Example
White with #47DF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DF5B; }
p { color: rgb(71,223,91); }
H1.HeaderClassName
{
color: #47DF5B;
}
.AnyTagClassName
{
color: #47DF5B;
}
</style>
background-color css
<style>
a { background-color: #47DF5B; }
a { background-color: rgb(71,223,91); }
div.DivClassName
{
background-color: #47DF5B;
}
.BgClassName
{
background-color: #47DF5B;
}
</style>
border-color css
<style>
span { border-color: #47DF5B; }
span { border-color: rgb(71,223,91); }
td.TdClassName
{
border-color: #47DF5B;
}
.TagClassName
{
border-color: #47DF5B;
}
</style>