Shades of Emerald #47C45C
Tints of Emerald #47C45C
RGB
CMYK
RGB Variations
Color information
#47C45C (or 0x47C45C) is known color: Emerald. HEX triplet: 47, C4 and 5C. RGB value is (71,196,92). Sum of RGB (Red+Green+Blue) = 71+196+92=359 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.78% from 359); Green value is 196 (76.95% from 255 or 54.60% from 359); Blue value is 92 (36.33% from 255 or 25.63% from 359); Max value from RGB is 196 - color contains mainly: green. Hex color #47C45C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47C45C is #B83BA3. Grayscale: #939393. Windows color (decimal): -12073892 or 6079559. OLE color: 6079559.
HSL color Cylindrical-coordinate representation of color #47C45C: hue angle of 130.08º 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 #47C45C is Cyan = 0.64, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 71 | 196 | 92 | - |
| CMYK | 0.64 | 0 | 0.53 | 0.23 |
| HSL | 130.08º | 0.51% | 0.52% | - |
| HSV(B) | 130.08º | 0.64% | 0.77% | - |
| XYZ | 24.27 | 41.59 | 16.87 | - |
| YUV | 146.77 | 97.09 | 73.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 196 | 92 | 0.64 | 0 | 0.53 | 0.23 | 130.08 | 0.51 | 0.52 |
| Hex | 47 | C4 | 5C | 40 | 0 | 35 | 17 | 82 | 33 | 34 |
| Octal | 107 | 304 | 134 | 100 | 0 | 65 | 27 | 202 | 63 | 64 |
| Binary | 1000111 | 11000100 | 1011100 | 1000000 | 0 | 110101 | 10111 | 10000010 | 110011 | 110100 |
Color Harmonies of #47C45C
Complementary color
Monochromatic Colors of #47C45C
Black with #47C45C
Text Example
Text Example
White with #47C45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C45C; }
p { color: rgb(71,196,92); }
H1.HeaderClassName
{
color: #47C45C;
}
.AnyTagClassName
{
color: #47C45C;
}
</style>
background-color css
<style>
a { background-color: #47C45C; }
a { background-color: rgb(71,196,92); }
div.DivClassName
{
background-color: #47C45C;
}
.BgClassName
{
background-color: #47C45C;
}
</style>
border-color css
<style>
span { border-color: #47C45C; }
span { border-color: rgb(71,196,92); }
td.TdClassName
{
border-color: #47C45C;
}
.TagClassName
{
border-color: #47C45C;
}
</style>