Shades of Emerald #47E05F
Tints of Emerald #47E05F
RGB
CMYK
RGB Variations
Color information
#47E05F (or 0x47E05F) is known color: Emerald. HEX triplet: 47, E0 and 5F. RGB value is (71,224,95). Sum of RGB (Red+Green+Blue) = 71+224+95=390 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.21% from 390); Green value is 224 (87.89% from 255 or 57.44% from 390); Blue value is 95 (37.5% from 255 or 24.36% from 390); Max value from RGB is 224 - color contains mainly: green. Hex color #47E05F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47E05F is #B81FA0. Grayscale: #A3A3A3. Windows color (decimal): -12066721 or 6283335. OLE color: 6283335.
HSL color Cylindrical-coordinate representation of color #47E05F: hue angle of 129.41º 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 #47E05F is Cyan = 0.68, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 71 | 224 | 95 | - |
| CMYK | 0.68 | 0 | 0.58 | 0.12 |
| HSL | 129.41º | 0.71% | 0.58% | - |
| HSV(B) | 129.41º | 0.68% | 0.88% | - |
| XYZ | 31.32 | 55.48 | 19.88 | - |
| YUV | 163.55 | 89.31 | 61.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 224 | 95 | 0.68 | 0 | 0.58 | 0.12 | 129.41 | 0.71 | 0.58 |
| Hex | 47 | E0 | 5F | 44 | 0 | 3A | C | 81 | 47 | 3A |
| Octal | 107 | 340 | 137 | 104 | 0 | 72 | 14 | 201 | 107 | 72 |
| Binary | 1000111 | 11100000 | 1011111 | 1000100 | 0 | 111010 | 1100 | 10000001 | 1000111 | 111010 |
Color Harmonies of #47E05F
Complementary color
Monochromatic Colors of #47E05F
Black with #47E05F
Text Example
Text Example
White with #47E05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47E05F; }
p { color: rgb(71,224,95); }
H1.HeaderClassName
{
color: #47E05F;
}
.AnyTagClassName
{
color: #47E05F;
}
</style>
background-color css
<style>
a { background-color: #47E05F; }
a { background-color: rgb(71,224,95); }
div.DivClassName
{
background-color: #47E05F;
}
.BgClassName
{
background-color: #47E05F;
}
</style>
border-color css
<style>
span { border-color: #47E05F; }
span { border-color: rgb(71,224,95); }
td.TdClassName
{
border-color: #47E05F;
}
.TagClassName
{
border-color: #47E05F;
}
</style>