Shades of Emerald #47C360
Tints of Emerald #47C360
RGB
CMYK
RGB Variations
Color information
#47C360 (or 0x47C360) is known color: Emerald. HEX triplet: 47, C3 and 60. RGB value is (71,195,96). Sum of RGB (Red+Green+Blue) = 71+195+96=362 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.61% from 362); Green value is 195 (76.56% from 255 or 53.87% from 362); Blue value is 96 (37.89% from 255 or 26.52% from 362); Max value from RGB is 195 - color contains mainly: green. Hex color #47C360 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47C360 is #B83C9F. Grayscale: #929292. Windows color (decimal): -12074144 or 6341447. OLE color: 6341447.
HSL color Cylindrical-coordinate representation of color #47C360: hue angle of 132.1º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47C360 is Cyan = 0.64, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 195 | 96 | - |
| CMYK | 0.64 | 0 | 0.51 | 0.24 |
| HSL | 132.1º | 0.51% | 0.52% | - |
| HSV(B) | 132.1º | 0.64% | 0.76% | - |
| XYZ | 24.22 | 41.21 | 17.74 | - |
| YUV | 146.64 | 99.42 | 74.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 195 | 96 | 0.64 | 0 | 0.51 | 0.24 | 132.1 | 0.51 | 0.52 |
| Hex | 47 | C3 | 60 | 40 | 0 | 33 | 18 | 84 | 33 | 34 |
| Octal | 107 | 303 | 140 | 100 | 0 | 63 | 30 | 204 | 63 | 64 |
| Binary | 1000111 | 11000011 | 1100000 | 1000000 | 0 | 110011 | 11000 | 10000100 | 110011 | 110100 |
Color Harmonies of #47C360
Complementary color
Monochromatic Colors of #47C360
Black with #47C360
Text Example
Text Example
White with #47C360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C360; }
p { color: rgb(71,195,96); }
H1.HeaderClassName
{
color: #47C360;
}
.AnyTagClassName
{
color: #47C360;
}
</style>
background-color css
<style>
a { background-color: #47C360; }
a { background-color: rgb(71,195,96); }
div.DivClassName
{
background-color: #47C360;
}
.BgClassName
{
background-color: #47C360;
}
</style>
border-color css
<style>
span { border-color: #47C360; }
span { border-color: rgb(71,195,96); }
td.TdClassName
{
border-color: #47C360;
}
.TagClassName
{
border-color: #47C360;
}
</style>