Shades of Emerald #47CA64
Tints of Emerald #47CA64
RGB
CMYK
RGB Variations
Color information
#47CA64 (or 0x47CA64) is known color: Emerald. HEX triplet: 47, CA and 64. RGB value is (71,202,100). Sum of RGB (Red+Green+Blue) = 71+202+100=373 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.03% from 373); Green value is 202 (79.30% from 255 or 54.16% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 202 - color contains mainly: green. Hex color #47CA64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47CA64 is #B8359B. Grayscale: #979797. Windows color (decimal): -12072348 or 6605383. OLE color: 6605383.
HSL color Cylindrical-coordinate representation of color #47CA64: hue angle of 133.28º 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 #47CA64 is Cyan = 0.65, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 71 | 202 | 100 | - |
| CMYK | 0.65 | 0 | 0.50 | 0.21 |
| HSL | 133.28º | 0.55% | 0.54% | - |
| HSV(B) | 133.28º | 0.65% | 0.79% | - |
| XYZ | 26.02 | 44.5 | 19.27 | - |
| YUV | 151.2 | 99.1 | 70.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 202 | 100 | 0.65 | 0 | 0.50 | 0.21 | 133.28 | 0.55 | 0.54 |
| Hex | 47 | CA | 64 | 41 | 0 | 32 | 15 | 85 | 37 | 36 |
| Octal | 107 | 312 | 144 | 101 | 0 | 62 | 25 | 205 | 67 | 66 |
| Binary | 1000111 | 11001010 | 1100100 | 1000001 | 0 | 110010 | 10101 | 10000101 | 110111 | 110110 |
Color Harmonies of #47CA64
Complementary color
Monochromatic Colors of #47CA64
Black with #47CA64
Text Example
Text Example
White with #47CA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CA64; }
p { color: rgb(71,202,100); }
H1.HeaderClassName
{
color: #47CA64;
}
.AnyTagClassName
{
color: #47CA64;
}
</style>
background-color css
<style>
a { background-color: #47CA64; }
a { background-color: rgb(71,202,100); }
div.DivClassName
{
background-color: #47CA64;
}
.BgClassName
{
background-color: #47CA64;
}
</style>
border-color css
<style>
span { border-color: #47CA64; }
span { border-color: rgb(71,202,100); }
td.TdClassName
{
border-color: #47CA64;
}
.TagClassName
{
border-color: #47CA64;
}
</style>