Shades of Emerald #47CA6C
Tints of Emerald #47CA6C
RGB
CMYK
RGB Variations
Color information
#47CA6C (or 0x47CA6C) is known color: Emerald. HEX triplet: 47, CA and 6C. RGB value is (71,202,108). Sum of RGB (Red+Green+Blue) = 71+202+108=381 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.64% from 381); Green value is 202 (79.30% from 255 or 53.02% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 202 - color contains mainly: green. Hex color #47CA6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47CA6C is #B83593. Grayscale: #989898. Windows color (decimal): -12072340 or 7129671. OLE color: 7129671.
HSL color Cylindrical-coordinate representation of color #47CA6C: hue angle of 136.95º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47CA6C is Cyan = 0.65, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 71 | 202 | 108 | - |
| CMYK | 0.65 | 0 | 0.47 | 0.21 |
| HSL | 136.95º | 0.55% | 0.54% | - |
| HSV(B) | 136.95º | 0.65% | 0.79% | - |
| XYZ | 26.43 | 44.66 | 21.42 | - |
| YUV | 152.12 | 103.1 | 70.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 202 | 108 | 0.65 | 0 | 0.47 | 0.21 | 136.95 | 0.55 | 0.54 |
| Hex | 47 | CA | 6C | 41 | 0 | 2F | 15 | 89 | 37 | 36 |
| Octal | 107 | 312 | 154 | 101 | 0 | 57 | 25 | 211 | 67 | 66 |
| Binary | 1000111 | 11001010 | 1101100 | 1000001 | 0 | 101111 | 10101 | 10001001 | 110111 | 110110 |
Color Harmonies of #47CA6C
Complementary color
Monochromatic Colors of #47CA6C
Black with #47CA6C
Text Example
Text Example
White with #47CA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CA6C; }
p { color: rgb(71,202,108); }
H1.HeaderClassName
{
color: #47CA6C;
}
.AnyTagClassName
{
color: #47CA6C;
}
</style>
background-color css
<style>
a { background-color: #47CA6C; }
a { background-color: rgb(71,202,108); }
div.DivClassName
{
background-color: #47CA6C;
}
.BgClassName
{
background-color: #47CA6C;
}
</style>
border-color css
<style>
span { border-color: #47CA6C; }
span { border-color: rgb(71,202,108); }
td.TdClassName
{
border-color: #47CA6C;
}
.TagClassName
{
border-color: #47CA6C;
}
</style>