Shades of Emerald #47D06C
Tints of Emerald #47D06C
RGB
CMYK
RGB Variations
Color information
#47D06C (or 0x47D06C) is known color: Emerald. HEX triplet: 47, D0 and 6C. RGB value is (71,208,108). Sum of RGB (Red+Green+Blue) = 71+208+108=387 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.35% from 387); Green value is 208 (81.64% from 255 or 53.75% from 387); Blue value is 108 (42.58% from 255 or 27.91% from 387); Max value from RGB is 208 - color contains mainly: green. Hex color #47D06C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47D06C is #B82F93. Grayscale: #9B9B9B. Windows color (decimal): -12070804 or 7131207. OLE color: 7131207.
HSL color Cylindrical-coordinate representation of color #47D06C: hue angle of 136.2º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47D06C is Cyan = 0.66, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 71 | 208 | 108 | - |
| CMYK | 0.66 | 0 | 0.48 | 0.18 |
| HSL | 136.2º | 0.59% | 0.55% | - |
| HSV(B) | 136.2º | 0.66% | 0.82% | - |
| XYZ | 27.86 | 47.53 | 21.89 | - |
| YUV | 155.64 | 101.11 | 67.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 208 | 108 | 0.66 | 0 | 0.48 | 0.18 | 136.2 | 0.59 | 0.55 |
| Hex | 47 | D0 | 6C | 42 | 0 | 30 | 12 | 88 | 3B | 37 |
| Octal | 107 | 320 | 154 | 102 | 0 | 60 | 22 | 210 | 73 | 67 |
| Binary | 1000111 | 11010000 | 1101100 | 1000010 | 0 | 110000 | 10010 | 10001000 | 111011 | 110111 |
Color Harmonies of #47D06C
Complementary color
Monochromatic Colors of #47D06C
Black with #47D06C
Text Example
Text Example
White with #47D06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D06C; }
p { color: rgb(71,208,108); }
H1.HeaderClassName
{
color: #47D06C;
}
.AnyTagClassName
{
color: #47D06C;
}
</style>
background-color css
<style>
a { background-color: #47D06C; }
a { background-color: rgb(71,208,108); }
div.DivClassName
{
background-color: #47D06C;
}
.BgClassName
{
background-color: #47D06C;
}
</style>
border-color css
<style>
span { border-color: #47D06C; }
span { border-color: rgb(71,208,108); }
td.TdClassName
{
border-color: #47D06C;
}
.TagClassName
{
border-color: #47D06C;
}
</style>