Shades of Emerald #47F286
Tints of Emerald #47F286
RGB
CMYK
RGB Variations
Color information
#47F286 (or 0x47F286) is known color: Emerald. HEX triplet: 47, F2 and 86. RGB value is (71,242,134). Sum of RGB (Red+Green+Blue) = 71+242+134=447 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.88% from 447); Green value is 242 (94.92% from 255 or 54.14% from 447); Blue value is 134 (52.73% from 255 or 29.98% from 447); Max value from RGB is 242 - color contains mainly: green. Hex color #47F286 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #47F286 is #B80D79. Grayscale: #B2B2B2. Windows color (decimal): -12062074 or 8843847. OLE color: 8843847.
HSL color Cylindrical-coordinate representation of color #47F286: hue angle of 142.11º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47F286 is Cyan = 0.71, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 71 | 242 | 134 | - |
| CMYK | 0.71 | 0 | 0.45 | 0.05 |
| HSL | 142.11º | 0.87% | 0.61% | - |
| HSV(B) | 142.11º | 0.71% | 0.95% | - |
| XYZ | 38.65 | 66.57 | 33.37 | - |
| YUV | 178.56 | 102.85 | 51.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 242 | 134 | 0.71 | 0 | 0.45 | 0.05 | 142.11 | 0.87 | 0.61 |
| Hex | 47 | F2 | 86 | 47 | 0 | 2D | 5 | 8E | 57 | 3D |
| Octal | 107 | 362 | 206 | 107 | 0 | 55 | 5 | 216 | 127 | 75 |
| Binary | 1000111 | 11110010 | 10000110 | 1000111 | 0 | 101101 | 101 | 10001110 | 1010111 | 111101 |
Color Harmonies of #47F286
Complementary color
Monochromatic Colors of #47F286
Black with #47F286
Text Example
Text Example
White with #47F286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47F286; }
p { color: rgb(71,242,134); }
H1.HeaderClassName
{
color: #47F286;
}
.AnyTagClassName
{
color: #47F286;
}
</style>
background-color css
<style>
a { background-color: #47F286; }
a { background-color: rgb(71,242,134); }
div.DivClassName
{
background-color: #47F286;
}
.BgClassName
{
background-color: #47F286;
}
</style>
border-color css
<style>
span { border-color: #47F286; }
span { border-color: rgb(71,242,134); }
td.TdClassName
{
border-color: #47F286;
}
.TagClassName
{
border-color: #47F286;
}
</style>