Shades of Emerald #47C25C
Tints of Emerald #47C25C
RGB
CMYK
RGB Variations
Color information
#47C25C (or 0x47C25C) is known color: Emerald. HEX triplet: 47, C2 and 5C. RGB value is (71,194,92). Sum of RGB (Red+Green+Blue) = 71+194+92=357 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.89% from 357); Green value is 194 (76.17% from 255 or 54.34% from 357); Blue value is 92 (36.33% from 255 or 25.77% from 357); Max value from RGB is 194 - color contains mainly: green. Hex color #47C25C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47C25C is #B83DA3. Grayscale: #919191. Windows color (decimal): -12074404 or 6079047. OLE color: 6079047.
HSL color Cylindrical-coordinate representation of color #47C25C: hue angle of 130.24º 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 #47C25C is Cyan = 0.63, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 194 | 92 | - |
| CMYK | 0.63 | 0 | 0.53 | 0.24 |
| HSL | 130.24º | 0.5% | 0.52% | - |
| HSV(B) | 130.24º | 0.63% | 0.76% | - |
| XYZ | 23.82 | 40.7 | 16.72 | - |
| YUV | 145.6 | 97.75 | 74.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 194 | 92 | 0.63 | 0 | 0.53 | 0.24 | 130.24 | 0.5 | 0.52 |
| Hex | 47 | C2 | 5C | 3F | 0 | 35 | 18 | 82 | 32 | 34 |
| Octal | 107 | 302 | 134 | 77 | 0 | 65 | 30 | 202 | 62 | 64 |
| Binary | 1000111 | 11000010 | 1011100 | 111111 | 0 | 110101 | 11000 | 10000010 | 110010 | 110100 |
Color Harmonies of #47C25C
Complementary color
Monochromatic Colors of #47C25C
Black with #47C25C
Text Example
Text Example
White with #47C25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C25C; }
p { color: rgb(71,194,92); }
H1.HeaderClassName
{
color: #47C25C;
}
.AnyTagClassName
{
color: #47C25C;
}
</style>
background-color css
<style>
a { background-color: #47C25C; }
a { background-color: rgb(71,194,92); }
div.DivClassName
{
background-color: #47C25C;
}
.BgClassName
{
background-color: #47C25C;
}
</style>
border-color css
<style>
span { border-color: #47C25C; }
span { border-color: rgb(71,194,92); }
td.TdClassName
{
border-color: #47C25C;
}
.TagClassName
{
border-color: #47C25C;
}
</style>