Shades of Emerald #47CA7B
Tints of Emerald #47CA7B
RGB
CMYK
RGB Variations
Color information
#47CA7B (or 0x47CA7B) is known color: Emerald. HEX triplet: 47, CA and 7B. RGB value is (71,202,123). Sum of RGB (Red+Green+Blue) = 71+202+123=396 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.93% from 396); Green value is 202 (79.30% from 255 or 51.01% from 396); Blue value is 123 (48.44% from 255 or 31.06% from 396); Max value from RGB is 202 - color contains mainly: green. Hex color #47CA7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47CA7B is #B83584. Grayscale: #9A9A9A. Windows color (decimal): -12072325 or 8112711. OLE color: 8112711.
HSL color Cylindrical-coordinate representation of color #47CA7B: hue angle of 143.82º 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 #47CA7B is Cyan = 0.65, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 71 | 202 | 123 | - |
| CMYK | 0.65 | 0 | 0.39 | 0.21 |
| HSL | 143.82º | 0.55% | 0.54% | - |
| HSV(B) | 143.82º | 0.65% | 0.79% | - |
| XYZ | 27.29 | 45.01 | 25.99 | - |
| YUV | 153.83 | 110.6 | 68.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 202 | 123 | 0.65 | 0 | 0.39 | 0.21 | 143.82 | 0.55 | 0.54 |
| Hex | 47 | CA | 7B | 41 | 0 | 27 | 15 | 90 | 37 | 36 |
| Octal | 107 | 312 | 173 | 101 | 0 | 47 | 25 | 220 | 67 | 66 |
| Binary | 1000111 | 11001010 | 1111011 | 1000001 | 0 | 100111 | 10101 | 10010000 | 110111 | 110110 |
Color Harmonies of #47CA7B
Complementary color
Monochromatic Colors of #47CA7B
Black with #47CA7B
Text Example
Text Example
White with #47CA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CA7B; }
p { color: rgb(71,202,123); }
H1.HeaderClassName
{
color: #47CA7B;
}
.AnyTagClassName
{
color: #47CA7B;
}
</style>
background-color css
<style>
a { background-color: #47CA7B; }
a { background-color: rgb(71,202,123); }
div.DivClassName
{
background-color: #47CA7B;
}
.BgClassName
{
background-color: #47CA7B;
}
</style>
border-color css
<style>
span { border-color: #47CA7B; }
span { border-color: rgb(71,202,123); }
td.TdClassName
{
border-color: #47CA7B;
}
.TagClassName
{
border-color: #47CA7B;
}
</style>