Shades of Emerald #47CF64
Tints of Emerald #47CF64
RGB
CMYK
RGB Variations
Color information
#47CF64 (or 0x47CF64) is known color: Emerald. HEX triplet: 47, CF and 64. RGB value is (71,207,100). Sum of RGB (Red+Green+Blue) = 71+207+100=378 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.78% from 378); Green value is 207 (81.25% from 255 or 54.76% from 378); Blue value is 100 (39.45% from 255 or 26.46% from 378); Max value from RGB is 207 - color contains mainly: green. Hex color #47CF64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47CF64 is #B8309B. Grayscale: #9A9A9A. Windows color (decimal): -12071068 or 6606663. OLE color: 6606663.
HSL color Cylindrical-coordinate representation of color #47CF64: hue angle of 132.79º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47CF64 is Cyan = 0.66, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 207 | 100 | - |
| CMYK | 0.66 | 0 | 0.52 | 0.19 |
| HSL | 132.79º | 0.59% | 0.55% | - |
| HSV(B) | 132.79º | 0.66% | 0.81% | - |
| XYZ | 27.21 | 46.89 | 19.67 | - |
| YUV | 154.14 | 97.44 | 68.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 207 | 100 | 0.66 | 0 | 0.52 | 0.19 | 132.79 | 0.59 | 0.55 |
| Hex | 47 | CF | 64 | 42 | 0 | 34 | 13 | 85 | 3B | 37 |
| Octal | 107 | 317 | 144 | 102 | 0 | 64 | 23 | 205 | 73 | 67 |
| Binary | 1000111 | 11001111 | 1100100 | 1000010 | 0 | 110100 | 10011 | 10000101 | 111011 | 110111 |
Color Harmonies of #47CF64
Complementary color
Monochromatic Colors of #47CF64
Black with #47CF64
Text Example
Text Example
White with #47CF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CF64; }
p { color: rgb(71,207,100); }
H1.HeaderClassName
{
color: #47CF64;
}
.AnyTagClassName
{
color: #47CF64;
}
</style>
background-color css
<style>
a { background-color: #47CF64; }
a { background-color: rgb(71,207,100); }
div.DivClassName
{
background-color: #47CF64;
}
.BgClassName
{
background-color: #47CF64;
}
</style>
border-color css
<style>
span { border-color: #47CF64; }
span { border-color: rgb(71,207,100); }
td.TdClassName
{
border-color: #47CF64;
}
.TagClassName
{
border-color: #47CF64;
}
</style>