Shades of Emerald #47ED8A
Tints of Emerald #47ED8A
RGB
CMYK
RGB Variations
Color information
#47ED8A (or 0x47ED8A) is known color: Emerald. HEX triplet: 47, ED and 8A. RGB value is (71,237,138). Sum of RGB (Red+Green+Blue) = 71+237+138=446 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.92% from 446); Green value is 237 (92.97% from 255 or 53.14% from 446); Blue value is 138 (54.30% from 255 or 30.94% from 446); Max value from RGB is 237 - color contains mainly: green. Hex color #47ED8A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #47ED8A is #B81275. Grayscale: #B0B0B0. Windows color (decimal): -12063350 or 9104711. OLE color: 9104711.
HSL color Cylindrical-coordinate representation of color #47ED8A: hue angle of 144.22º 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 #47ED8A is Cyan = 0.70, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 237 | 138 | - |
| CMYK | 0.70 | 0 | 0.42 | 0.07 |
| HSL | 144.22º | 0.82% | 0.6% | - |
| HSV(B) | 144.22º | 0.7% | 0.93% | - |
| XYZ | 37.47 | 63.74 | 34.37 | - |
| YUV | 176.08 | 106.5 | 53.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 237 | 138 | 0.70 | 0 | 0.42 | 0.07 | 144.22 | 0.82 | 0.6 |
| Hex | 47 | ED | 8A | 46 | 0 | 2A | 7 | 90 | 52 | 3C |
| Octal | 107 | 355 | 212 | 106 | 0 | 52 | 7 | 220 | 122 | 74 |
| Binary | 1000111 | 11101101 | 10001010 | 1000110 | 0 | 101010 | 111 | 10010000 | 1010010 | 111100 |
Color Harmonies of #47ED8A
Complementary color
Monochromatic Colors of #47ED8A
Black with #47ED8A
Text Example
Text Example
White with #47ED8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47ED8A; }
p { color: rgb(71,237,138); }
H1.HeaderClassName
{
color: #47ED8A;
}
.AnyTagClassName
{
color: #47ED8A;
}
</style>
background-color css
<style>
a { background-color: #47ED8A; }
a { background-color: rgb(71,237,138); }
div.DivClassName
{
background-color: #47ED8A;
}
.BgClassName
{
background-color: #47ED8A;
}
</style>
border-color css
<style>
span { border-color: #47ED8A; }
span { border-color: rgb(71,237,138); }
td.TdClassName
{
border-color: #47ED8A;
}
.TagClassName
{
border-color: #47ED8A;
}
</style>