Shades of Emerald #47E064
Tints of Emerald #47E064
RGB
CMYK
RGB Variations
Color information
#47E064 (or 0x47E064) is known color: Emerald. HEX triplet: 47, E0 and 64. RGB value is (71,224,100). Sum of RGB (Red+Green+Blue) = 71+224+100=395 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.97% from 395); Green value is 224 (87.89% from 255 or 56.71% from 395); Blue value is 100 (39.45% from 255 or 25.32% from 395); Max value from RGB is 224 - color contains mainly: green. Hex color #47E064 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47E064 is #B81F9B. Grayscale: #A4A4A4. Windows color (decimal): -12066716 or 6611015. OLE color: 6611015.
HSL color Cylindrical-coordinate representation of color #47E064: hue angle of 131.37º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47E064 is Cyan = 0.68, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 71 | 224 | 100 | - |
| CMYK | 0.68 | 0 | 0.55 | 0.12 |
| HSL | 131.37º | 0.71% | 0.58% | - |
| HSV(B) | 131.37º | 0.68% | 0.88% | - |
| XYZ | 31.55 | 55.57 | 21.12 | - |
| YUV | 164.12 | 91.81 | 61.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 224 | 100 | 0.68 | 0 | 0.55 | 0.12 | 131.37 | 0.71 | 0.58 |
| Hex | 47 | E0 | 64 | 44 | 0 | 37 | C | 83 | 47 | 3A |
| Octal | 107 | 340 | 144 | 104 | 0 | 67 | 14 | 203 | 107 | 72 |
| Binary | 1000111 | 11100000 | 1100100 | 1000100 | 0 | 110111 | 1100 | 10000011 | 1000111 | 111010 |
Color Harmonies of #47E064
Complementary color
Monochromatic Colors of #47E064
Black with #47E064
Text Example
Text Example
White with #47E064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47E064; }
p { color: rgb(71,224,100); }
H1.HeaderClassName
{
color: #47E064;
}
.AnyTagClassName
{
color: #47E064;
}
</style>
background-color css
<style>
a { background-color: #47E064; }
a { background-color: rgb(71,224,100); }
div.DivClassName
{
background-color: #47E064;
}
.BgClassName
{
background-color: #47E064;
}
</style>
border-color css
<style>
span { border-color: #47E064; }
span { border-color: rgb(71,224,100); }
td.TdClassName
{
border-color: #47E064;
}
.TagClassName
{
border-color: #47E064;
}
</style>