Shades of Emerald #47C68A
Tints of Emerald #47C68A
RGB
CMYK
RGB Variations
Color information
#47C68A (or 0x47C68A) is known color: Emerald. HEX triplet: 47, C6 and 8A. RGB value is (71,198,138). Sum of RGB (Red+Green+Blue) = 71+198+138=407 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.44% from 407); Green value is 198 (77.73% from 255 or 48.65% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 198 - color contains mainly: green. Hex color #47C68A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47C68A is #B83975. Grayscale: #999999. Windows color (decimal): -12073334 or 9094727. OLE color: 9094727.
HSL color Cylindrical-coordinate representation of color #47C68A: hue angle of 151.65º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47C68A is Cyan = 0.64, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 71 | 198 | 138 | - |
| CMYK | 0.64 | 0 | 0.30 | 0.22 |
| HSL | 151.65º | 0.53% | 0.53% | - |
| HSV(B) | 151.65º | 0.64% | 0.78% | - |
| XYZ | 27.38 | 43.56 | 31.01 | - |
| YUV | 153.19 | 119.42 | 69.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 198 | 138 | 0.64 | 0 | 0.30 | 0.22 | 151.65 | 0.53 | 0.53 |
| Hex | 47 | C6 | 8A | 40 | 0 | 1E | 16 | 98 | 35 | 35 |
| Octal | 107 | 306 | 212 | 100 | 0 | 36 | 26 | 230 | 65 | 65 |
| Binary | 1000111 | 11000110 | 10001010 | 1000000 | 0 | 11110 | 10110 | 10011000 | 110101 | 110101 |
Color Harmonies of #47C68A
Complementary color
Monochromatic Colors of #47C68A
Black with #47C68A
Text Example
Text Example
White with #47C68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C68A; }
p { color: rgb(71,198,138); }
H1.HeaderClassName
{
color: #47C68A;
}
.AnyTagClassName
{
color: #47C68A;
}
</style>
background-color css
<style>
a { background-color: #47C68A; }
a { background-color: rgb(71,198,138); }
div.DivClassName
{
background-color: #47C68A;
}
.BgClassName
{
background-color: #47C68A;
}
</style>
border-color css
<style>
span { border-color: #47C68A; }
span { border-color: rgb(71,198,138); }
td.TdClassName
{
border-color: #47C68A;
}
.TagClassName
{
border-color: #47C68A;
}
</style>