Shades of Emerald #47CF8A
Tints of Emerald #47CF8A
RGB
CMYK
RGB Variations
Color information
#47CF8A (or 0x47CF8A) is known color: Emerald. HEX triplet: 47, CF and 8A. RGB value is (71,207,138). Sum of RGB (Red+Green+Blue) = 71+207+138=416 (55% of max value = 765). Red value is 71 (28.12% from 255 or 17.07% from 416); Green value is 207 (81.25% from 255 or 49.76% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 207 - color contains mainly: green. Hex color #47CF8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47CF8A is #B83075. Grayscale: #9E9E9E. Windows color (decimal): -12071030 or 9097031. OLE color: 9097031.
HSL color Cylindrical-coordinate representation of color #47CF8A: hue angle of 149.56º 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 #47CF8A is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 207 | 138 | - |
| CMYK | 0.66 | 0 | 0.33 | 0.19 |
| HSL | 149.56º | 0.59% | 0.55% | - |
| HSV(B) | 149.56º | 0.66% | 0.81% | - |
| XYZ | 29.5 | 47.8 | 31.72 | - |
| YUV | 158.47 | 116.44 | 65.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 207 | 138 | 0.66 | 0 | 0.33 | 0.19 | 149.56 | 0.59 | 0.55 |
| Hex | 47 | CF | 8A | 42 | 0 | 21 | 13 | 96 | 3B | 37 |
| Octal | 107 | 317 | 212 | 102 | 0 | 41 | 23 | 226 | 73 | 67 |
| Binary | 1000111 | 11001111 | 10001010 | 1000010 | 0 | 100001 | 10011 | 10010110 | 111011 | 110111 |
Color Harmonies of #47CF8A
Complementary color
Monochromatic Colors of #47CF8A
Black with #47CF8A
Text Example
Text Example
White with #47CF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CF8A; }
p { color: rgb(71,207,138); }
H1.HeaderClassName
{
color: #47CF8A;
}
.AnyTagClassName
{
color: #47CF8A;
}
</style>
background-color css
<style>
a { background-color: #47CF8A; }
a { background-color: rgb(71,207,138); }
div.DivClassName
{
background-color: #47CF8A;
}
.BgClassName
{
background-color: #47CF8A;
}
</style>
border-color css
<style>
span { border-color: #47CF8A; }
span { border-color: rgb(71,207,138); }
td.TdClassName
{
border-color: #47CF8A;
}
.TagClassName
{
border-color: #47CF8A;
}
</style>