Shades of Emerald #47ED86
Tints of Emerald #47ED86
RGB
CMYK
RGB Variations
Color information
#47ED86 (or 0x47ED86) is known color: Emerald. HEX triplet: 47, ED and 86. RGB value is (71,237,134). Sum of RGB (Red+Green+Blue) = 71+237+134=442 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.06% from 442); Green value is 237 (92.97% from 255 or 53.62% from 442); Blue value is 134 (52.73% from 255 or 30.32% from 442); Max value from RGB is 237 - color contains mainly: green. Hex color #47ED86 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #47ED86 is #B81279. Grayscale: #AFAFAF. Windows color (decimal): -12063354 or 8842567. OLE color: 8842567.
HSL color Cylindrical-coordinate representation of color #47ED86: hue angle of 142.77º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47ED86 is Cyan = 0.70, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 237 | 134 | - |
| CMYK | 0.70 | 0 | 0.43 | 0.07 |
| HSL | 142.77º | 0.82% | 0.6% | - |
| HSV(B) | 142.77º | 0.7% | 0.93% | - |
| XYZ | 37.19 | 63.63 | 32.88 | - |
| YUV | 175.62 | 104.5 | 53.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 237 | 134 | 0.70 | 0 | 0.43 | 0.07 | 142.77 | 0.82 | 0.6 |
| Hex | 47 | ED | 86 | 46 | 0 | 2B | 7 | 8F | 52 | 3C |
| Octal | 107 | 355 | 206 | 106 | 0 | 53 | 7 | 217 | 122 | 74 |
| Binary | 1000111 | 11101101 | 10000110 | 1000110 | 0 | 101011 | 111 | 10001111 | 1010010 | 111100 |
Color Harmonies of #47ED86
Complementary color
Monochromatic Colors of #47ED86
Black with #47ED86
Text Example
Text Example
White with #47ED86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47ED86; }
p { color: rgb(71,237,134); }
H1.HeaderClassName
{
color: #47ED86;
}
.AnyTagClassName
{
color: #47ED86;
}
</style>
background-color css
<style>
a { background-color: #47ED86; }
a { background-color: rgb(71,237,134); }
div.DivClassName
{
background-color: #47ED86;
}
.BgClassName
{
background-color: #47ED86;
}
</style>
border-color css
<style>
span { border-color: #47ED86; }
span { border-color: rgb(71,237,134); }
td.TdClassName
{
border-color: #47ED86;
}
.TagClassName
{
border-color: #47ED86;
}
</style>