Shades of Emerald #47CF70
Tints of Emerald #47CF70
RGB
CMYK
RGB Variations
Color information
#47CF70 (or 0x47CF70) is known color: Emerald. HEX triplet: 47, CF and 70. RGB value is (71,207,112). Sum of RGB (Red+Green+Blue) = 71+207+112=390 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.21% from 390); Green value is 207 (81.25% from 255 or 53.08% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 207 - color contains mainly: green. Hex color #47CF70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47CF70 is #B8308F. Grayscale: #9B9B9B. Windows color (decimal): -12071056 or 7393095. OLE color: 7393095.
HSL color Cylindrical-coordinate representation of color #47CF70: hue angle of 138.09º 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 #47CF70 is Cyan = 0.66, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 207 | 112 | - |
| CMYK | 0.66 | 0 | 0.46 | 0.19 |
| HSL | 138.09º | 0.59% | 0.55% | - |
| HSV(B) | 138.09º | 0.66% | 0.81% | - |
| XYZ | 27.84 | 47.14 | 22.96 | - |
| YUV | 155.51 | 103.44 | 67.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 207 | 112 | 0.66 | 0 | 0.46 | 0.19 | 138.09 | 0.59 | 0.55 |
| Hex | 47 | CF | 70 | 42 | 0 | 2E | 13 | 8A | 3B | 37 |
| Octal | 107 | 317 | 160 | 102 | 0 | 56 | 23 | 212 | 73 | 67 |
| Binary | 1000111 | 11001111 | 1110000 | 1000010 | 0 | 101110 | 10011 | 10001010 | 111011 | 110111 |
Color Harmonies of #47CF70
Complementary color
Monochromatic Colors of #47CF70
Black with #47CF70
Text Example
Text Example
White with #47CF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CF70; }
p { color: rgb(71,207,112); }
H1.HeaderClassName
{
color: #47CF70;
}
.AnyTagClassName
{
color: #47CF70;
}
</style>
background-color css
<style>
a { background-color: #47CF70; }
a { background-color: rgb(71,207,112); }
div.DivClassName
{
background-color: #47CF70;
}
.BgClassName
{
background-color: #47CF70;
}
</style>
border-color css
<style>
span { border-color: #47CF70; }
span { border-color: rgb(71,207,112); }
td.TdClassName
{
border-color: #47CF70;
}
.TagClassName
{
border-color: #47CF70;
}
</style>