Shades of Emerald #47C479
Tints of Emerald #47C479
RGB
CMYK
RGB Variations
Color information
#47C479 (or 0x47C479) is known color: Emerald. HEX triplet: 47, C4 and 79. RGB value is (71,196,121). Sum of RGB (Red+Green+Blue) = 71+196+121=388 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.30% from 388); Green value is 196 (76.95% from 255 or 50.52% from 388); Blue value is 121 (47.66% from 255 or 31.19% from 388); Max value from RGB is 196 - color contains mainly: green. Hex color #47C479 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47C479 is #B83B86. Grayscale: #969696. Windows color (decimal): -12073863 or 7980103. OLE color: 7980103.
HSL color Cylindrical-coordinate representation of color #47C479: hue angle of 144º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47C479 is Cyan = 0.64, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 71 | 196 | 121 | - |
| CMYK | 0.64 | 0 | 0.38 | 0.23 |
| HSL | 144º | 0.51% | 0.52% | - |
| HSV(B) | 144º | 0.64% | 0.77% | - |
| XYZ | 25.79 | 42.2 | 24.88 | - |
| YUV | 150.08 | 111.59 | 71.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 196 | 121 | 0.64 | 0 | 0.38 | 0.23 | 144 | 0.51 | 0.52 |
| Hex | 47 | C4 | 79 | 40 | 0 | 26 | 17 | 90 | 33 | 34 |
| Octal | 107 | 304 | 171 | 100 | 0 | 46 | 27 | 220 | 63 | 64 |
| Binary | 1000111 | 11000100 | 1111001 | 1000000 | 0 | 100110 | 10111 | 10010000 | 110011 | 110100 |
Color Harmonies of #47C479
Complementary color
Monochromatic Colors of #47C479
Black with #47C479
Text Example
Text Example
White with #47C479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C479; }
p { color: rgb(71,196,121); }
H1.HeaderClassName
{
color: #47C479;
}
.AnyTagClassName
{
color: #47C479;
}
</style>
background-color css
<style>
a { background-color: #47C479; }
a { background-color: rgb(71,196,121); }
div.DivClassName
{
background-color: #47C479;
}
.BgClassName
{
background-color: #47C479;
}
</style>
border-color css
<style>
span { border-color: #47C479; }
span { border-color: rgb(71,196,121); }
td.TdClassName
{
border-color: #47C479;
}
.TagClassName
{
border-color: #47C479;
}
</style>