Shades of Emerald #47C55C
Tints of Emerald #47C55C
RGB
CMYK
RGB Variations
Color information
#47C55C (or 0x47C55C) is known color: Emerald. HEX triplet: 47, C5 and 5C. RGB value is (71,197,92). Sum of RGB (Red+Green+Blue) = 71+197+92=360 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.72% from 360); Green value is 197 (77.34% from 255 or 54.72% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 197 - color contains mainly: green. Hex color #47C55C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47C55C is #B83AA3. Grayscale: #939393. Windows color (decimal): -12073636 or 6079815. OLE color: 6079815.
HSL color Cylindrical-coordinate representation of color #47C55C: hue angle of 130º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47C55C is Cyan = 0.64, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 71 | 197 | 92 | - |
| CMYK | 0.64 | 0 | 0.53 | 0.23 |
| HSL | 130º | 0.52% | 0.53% | - |
| HSV(B) | 130º | 0.64% | 0.77% | - |
| XYZ | 24.5 | 42.04 | 16.95 | - |
| YUV | 147.36 | 96.76 | 73.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 197 | 92 | 0.64 | 0 | 0.53 | 0.23 | 130 | 0.52 | 0.53 |
| Hex | 47 | C5 | 5C | 40 | 0 | 35 | 17 | 82 | 34 | 35 |
| Octal | 107 | 305 | 134 | 100 | 0 | 65 | 27 | 202 | 64 | 65 |
| Binary | 1000111 | 11000101 | 1011100 | 1000000 | 0 | 110101 | 10111 | 10000010 | 110100 | 110101 |
Color Harmonies of #47C55C
Complementary color
Monochromatic Colors of #47C55C
Black with #47C55C
Text Example
Text Example
White with #47C55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C55C; }
p { color: rgb(71,197,92); }
H1.HeaderClassName
{
color: #47C55C;
}
.AnyTagClassName
{
color: #47C55C;
}
</style>
background-color css
<style>
a { background-color: #47C55C; }
a { background-color: rgb(71,197,92); }
div.DivClassName
{
background-color: #47C55C;
}
.BgClassName
{
background-color: #47C55C;
}
</style>
border-color css
<style>
span { border-color: #47C55C; }
span { border-color: rgb(71,197,92); }
td.TdClassName
{
border-color: #47C55C;
}
.TagClassName
{
border-color: #47C55C;
}
</style>