Shades of Emerald #47C264
Tints of Emerald #47C264
RGB
CMYK
RGB Variations
Color information
#47C264 (or 0x47C264) is known color: Emerald. HEX triplet: 47, C2 and 64. RGB value is (71,194,100). Sum of RGB (Red+Green+Blue) = 71+194+100=365 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.45% from 365); Green value is 194 (76.17% from 255 or 53.15% from 365); Blue value is 100 (39.45% from 255 or 27.40% from 365); Max value from RGB is 194 - color contains mainly: green. Hex color #47C264 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47C264 is #B83D9B. Grayscale: #929292. Windows color (decimal): -12074396 or 6603335. OLE color: 6603335.
HSL color Cylindrical-coordinate representation of color #47C264: hue angle of 134.15º 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 #47C264 is Cyan = 0.63, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 194 | 100 | - |
| CMYK | 0.63 | 0 | 0.48 | 0.24 |
| HSL | 134.15º | 0.5% | 0.52% | - |
| HSV(B) | 134.15º | 0.63% | 0.76% | - |
| XYZ | 24.19 | 40.84 | 18.67 | - |
| YUV | 146.51 | 101.75 | 74.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 194 | 100 | 0.63 | 0 | 0.48 | 0.24 | 134.15 | 0.5 | 0.52 |
| Hex | 47 | C2 | 64 | 3F | 0 | 30 | 18 | 86 | 32 | 34 |
| Octal | 107 | 302 | 144 | 77 | 0 | 60 | 30 | 206 | 62 | 64 |
| Binary | 1000111 | 11000010 | 1100100 | 111111 | 0 | 110000 | 11000 | 10000110 | 110010 | 110100 |
Color Harmonies of #47C264
Complementary color
Monochromatic Colors of #47C264
Black with #47C264
Text Example
Text Example
White with #47C264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C264; }
p { color: rgb(71,194,100); }
H1.HeaderClassName
{
color: #47C264;
}
.AnyTagClassName
{
color: #47C264;
}
</style>
background-color css
<style>
a { background-color: #47C264; }
a { background-color: rgb(71,194,100); }
div.DivClassName
{
background-color: #47C264;
}
.BgClassName
{
background-color: #47C264;
}
</style>
border-color css
<style>
span { border-color: #47C264; }
span { border-color: rgb(71,194,100); }
td.TdClassName
{
border-color: #47C264;
}
.TagClassName
{
border-color: #47C264;
}
</style>