Shades of Emerald #47C265
Tints of Emerald #47C265
RGB
CMYK
RGB Variations
Color information
#47C265 (or 0x47C265) is known color: Emerald. HEX triplet: 47, C2 and 65. RGB value is (71,194,101). Sum of RGB (Red+Green+Blue) = 71+194+101=366 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.40% from 366); Green value is 194 (76.17% from 255 or 53.01% from 366); Blue value is 101 (39.84% from 255 or 27.60% from 366); Max value from RGB is 194 - color contains mainly: green. Hex color #47C265 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47C265 is #B83D9A. Grayscale: #929292. Windows color (decimal): -12074395 or 6668871. OLE color: 6668871.
HSL color Cylindrical-coordinate representation of color #47C265: hue angle of 134.63º 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 #47C265 is Cyan = 0.63, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 194 | 101 | - |
| CMYK | 0.63 | 0 | 0.48 | 0.24 |
| HSL | 134.63º | 0.5% | 0.52% | - |
| HSV(B) | 134.63º | 0.63% | 0.76% | - |
| XYZ | 24.24 | 40.86 | 18.92 | - |
| YUV | 146.62 | 102.25 | 74.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 194 | 101 | 0.63 | 0 | 0.48 | 0.24 | 134.63 | 0.5 | 0.52 |
| Hex | 47 | C2 | 65 | 3F | 0 | 30 | 18 | 87 | 32 | 34 |
| Octal | 107 | 302 | 145 | 77 | 0 | 60 | 30 | 207 | 62 | 64 |
| Binary | 1000111 | 11000010 | 1100101 | 111111 | 0 | 110000 | 11000 | 10000111 | 110010 | 110100 |
Color Harmonies of #47C265
Complementary color
Monochromatic Colors of #47C265
Black with #47C265
Text Example
Text Example
White with #47C265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C265; }
p { color: rgb(71,194,101); }
H1.HeaderClassName
{
color: #47C265;
}
.AnyTagClassName
{
color: #47C265;
}
</style>
background-color css
<style>
a { background-color: #47C265; }
a { background-color: rgb(71,194,101); }
div.DivClassName
{
background-color: #47C265;
}
.BgClassName
{
background-color: #47C265;
}
</style>
border-color css
<style>
span { border-color: #47C265; }
span { border-color: rgb(71,194,101); }
td.TdClassName
{
border-color: #47C265;
}
.TagClassName
{
border-color: #47C265;
}
</style>