Shades of Emerald #47C272
Tints of Emerald #47C272
RGB
CMYK
RGB Variations
Color information
#47C272 (or 0x47C272) is known color: Emerald. HEX triplet: 47, C2 and 72. RGB value is (71,194,114). Sum of RGB (Red+Green+Blue) = 71+194+114=379 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.73% from 379); Green value is 194 (76.17% from 255 or 51.19% from 379); Blue value is 114 (44.92% from 255 or 30.08% from 379); Max value from RGB is 194 - color contains mainly: green. Hex color #47C272 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47C272 is #B83D8D. Grayscale: #949494. Windows color (decimal): -12074382 or 7520839. OLE color: 7520839.
HSL color Cylindrical-coordinate representation of color #47C272: hue angle of 140.98º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47C272 is Cyan = 0.63, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 194 | 114 | - |
| CMYK | 0.63 | 0 | 0.41 | 0.24 |
| HSL | 140.98º | 0.5% | 0.52% | - |
| HSV(B) | 140.98º | 0.63% | 0.76% | - |
| XYZ | 24.93 | 41.14 | 22.55 | - |
| YUV | 148.1 | 108.75 | 73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 194 | 114 | 0.63 | 0 | 0.41 | 0.24 | 140.98 | 0.5 | 0.52 |
| Hex | 47 | C2 | 72 | 3F | 0 | 29 | 18 | 8D | 32 | 34 |
| Octal | 107 | 302 | 162 | 77 | 0 | 51 | 30 | 215 | 62 | 64 |
| Binary | 1000111 | 11000010 | 1110010 | 111111 | 0 | 101001 | 11000 | 10001101 | 110010 | 110100 |
Color Harmonies of #47C272
Complementary color
Monochromatic Colors of #47C272
Black with #47C272
Text Example
Text Example
White with #47C272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C272; }
p { color: rgb(71,194,114); }
H1.HeaderClassName
{
color: #47C272;
}
.AnyTagClassName
{
color: #47C272;
}
</style>
background-color css
<style>
a { background-color: #47C272; }
a { background-color: rgb(71,194,114); }
div.DivClassName
{
background-color: #47C272;
}
.BgClassName
{
background-color: #47C272;
}
</style>
border-color css
<style>
span { border-color: #47C272; }
span { border-color: rgb(71,194,114); }
td.TdClassName
{
border-color: #47C272;
}
.TagClassName
{
border-color: #47C272;
}
</style>