Shades of Emerald #47C565
Tints of Emerald #47C565
RGB
CMYK
RGB Variations
Color information
#47C565 (or 0x47C565) is known color: Emerald. HEX triplet: 47, C5 and 65. RGB value is (71,197,101). Sum of RGB (Red+Green+Blue) = 71+197+101=369 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.24% from 369); Green value is 197 (77.34% from 255 or 53.39% from 369); Blue value is 101 (39.84% from 255 or 27.37% from 369); Max value from RGB is 197 - color contains mainly: green. Hex color #47C565 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47C565 is #B83A9A. Grayscale: #949494. Windows color (decimal): -12073627 or 6669639. OLE color: 6669639.
HSL color Cylindrical-coordinate representation of color #47C565: hue angle of 134.29º 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 #47C565 is Cyan = 0.64, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 71 | 197 | 101 | - |
| CMYK | 0.64 | 0 | 0.49 | 0.23 |
| HSL | 134.29º | 0.52% | 0.53% | - |
| HSV(B) | 134.29º | 0.64% | 0.77% | - |
| XYZ | 24.91 | 42.21 | 19.15 | - |
| YUV | 148.38 | 101.26 | 72.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 197 | 101 | 0.64 | 0 | 0.49 | 0.23 | 134.29 | 0.52 | 0.53 |
| Hex | 47 | C5 | 65 | 40 | 0 | 31 | 17 | 86 | 34 | 35 |
| Octal | 107 | 305 | 145 | 100 | 0 | 61 | 27 | 206 | 64 | 65 |
| Binary | 1000111 | 11000101 | 1100101 | 1000000 | 0 | 110001 | 10111 | 10000110 | 110100 | 110101 |
Color Harmonies of #47C565
Complementary color
Monochromatic Colors of #47C565
Black with #47C565
Text Example
Text Example
White with #47C565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C565; }
p { color: rgb(71,197,101); }
H1.HeaderClassName
{
color: #47C565;
}
.AnyTagClassName
{
color: #47C565;
}
</style>
background-color css
<style>
a { background-color: #47C565; }
a { background-color: rgb(71,197,101); }
div.DivClassName
{
background-color: #47C565;
}
.BgClassName
{
background-color: #47C565;
}
</style>
border-color css
<style>
span { border-color: #47C565; }
span { border-color: rgb(71,197,101); }
td.TdClassName
{
border-color: #47C565;
}
.TagClassName
{
border-color: #47C565;
}
</style>