Shades of Emerald #47FB86
Tints of Emerald #47FB86
RGB
CMYK
RGB Variations
Color information
#47FB86 (or 0x47FB86) is known color: Emerald. HEX triplet: 47, FB and 86. RGB value is (71,251,134). Sum of RGB (Red+Green+Blue) = 71+251+134=456 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.57% from 456); Green value is 251 (98.44% from 255 or 55.04% from 456); Blue value is 134 (52.73% from 255 or 29.39% from 456); Max value from RGB is 251 - color contains mainly: green. Hex color #47FB86 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #47FB86 is #B80479. Grayscale: #B8B8B8. Windows color (decimal): -12059770 or 8846151. OLE color: 8846151.
HSL color Cylindrical-coordinate representation of color #47FB86: hue angle of 141º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47FB86 is Cyan = 0.72, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 251 | 134 | - |
| CMYK | 0.72 | 0 | 0.47 | 0.02 |
| HSL | 141º | 0.96% | 0.63% | - |
| HSV(B) | 141º | 0.72% | 0.98% | - |
| XYZ | 41.4 | 72.06 | 34.28 | - |
| YUV | 183.84 | 99.87 | 47.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 251 | 134 | 0.72 | 0 | 0.47 | 0.02 | 141 | 0.96 | 0.63 |
| Hex | 47 | FB | 86 | 48 | 0 | 2F | 2 | 8D | 60 | 3F |
| Octal | 107 | 373 | 206 | 110 | 0 | 57 | 2 | 215 | 140 | 77 |
| Binary | 1000111 | 11111011 | 10000110 | 1001000 | 0 | 101111 | 10 | 10001101 | 1100000 | 111111 |
Color Harmonies of #47FB86
Complementary color
Monochromatic Colors of #47FB86
Black with #47FB86
Text Example
Text Example
White with #47FB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FB86; }
p { color: rgb(71,251,134); }
H1.HeaderClassName
{
color: #47FB86;
}
.AnyTagClassName
{
color: #47FB86;
}
</style>
background-color css
<style>
a { background-color: #47FB86; }
a { background-color: rgb(71,251,134); }
div.DivClassName
{
background-color: #47FB86;
}
.BgClassName
{
background-color: #47FB86;
}
</style>
border-color css
<style>
span { border-color: #47FB86; }
span { border-color: rgb(71,251,134); }
td.TdClassName
{
border-color: #47FB86;
}
.TagClassName
{
border-color: #47FB86;
}
</style>