Shades of Emerald #47D35C
Tints of Emerald #47D35C
RGB
CMYK
RGB Variations
Color information
#47D35C (or 0x47D35C) is known color: Emerald. HEX triplet: 47, D3 and 5C. RGB value is (71,211,92). Sum of RGB (Red+Green+Blue) = 71+211+92=374 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.98% from 374); Green value is 211 (82.81% from 255 or 56.42% from 374); Blue value is 92 (36.33% from 255 or 24.60% from 374); Max value from RGB is 211 - color contains mainly: green. Hex color #47D35C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47D35C is #B82CA3. Grayscale: #9B9B9B. Windows color (decimal): -12070052 or 6083399. OLE color: 6083399.
HSL color Cylindrical-coordinate representation of color #47D35C: hue angle of 129º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47D35C is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 71 | 211 | 92 | - |
| CMYK | 0.66 | 0 | 0.56 | 0.17 |
| HSL | 129º | 0.61% | 0.55% | - |
| HSV(B) | 129º | 0.66% | 0.83% | - |
| XYZ | 27.82 | 48.7 | 18.06 | - |
| YUV | 155.57 | 92.12 | 67.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 211 | 92 | 0.66 | 0 | 0.56 | 0.17 | 129 | 0.61 | 0.55 |
| Hex | 47 | D3 | 5C | 42 | 0 | 38 | 11 | 81 | 3D | 37 |
| Octal | 107 | 323 | 134 | 102 | 0 | 70 | 21 | 201 | 75 | 67 |
| Binary | 1000111 | 11010011 | 1011100 | 1000010 | 0 | 111000 | 10001 | 10000001 | 111101 | 110111 |
Color Harmonies of #47D35C
Complementary color
Monochromatic Colors of #47D35C
Black with #47D35C
Text Example
Text Example
White with #47D35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D35C; }
p { color: rgb(71,211,92); }
H1.HeaderClassName
{
color: #47D35C;
}
.AnyTagClassName
{
color: #47D35C;
}
</style>
background-color css
<style>
a { background-color: #47D35C; }
a { background-color: rgb(71,211,92); }
div.DivClassName
{
background-color: #47D35C;
}
.BgClassName
{
background-color: #47D35C;
}
</style>
border-color css
<style>
span { border-color: #47D35C; }
span { border-color: rgb(71,211,92); }
td.TdClassName
{
border-color: #47D35C;
}
.TagClassName
{
border-color: #47D35C;
}
</style>