Shades of Emerald #47CB7F
Tints of Emerald #47CB7F
RGB
CMYK
RGB Variations
Color information
#47CB7F (or 0x47CB7F) is known color: Emerald. HEX triplet: 47, CB and 7F. RGB value is (71,203,127). Sum of RGB (Red+Green+Blue) = 71+203+127=401 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.71% from 401); Green value is 203 (79.69% from 255 or 50.62% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 203 - color contains mainly: green. Hex color #47CB7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47CB7F is #B83480. Grayscale: #9B9B9B. Windows color (decimal): -12072065 or 8375111. OLE color: 8375111.
HSL color Cylindrical-coordinate representation of color #47CB7F: hue angle of 145.45º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47CB7F is Cyan = 0.65, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 203 | 127 | - |
| CMYK | 0.65 | 0 | 0.37 | 0.20 |
| HSL | 145.45º | 0.56% | 0.54% | - |
| HSV(B) | 145.45º | 0.65% | 0.8% | - |
| XYZ | 27.79 | 45.58 | 27.41 | - |
| YUV | 154.87 | 112.27 | 68.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 203 | 127 | 0.65 | 0 | 0.37 | 0.20 | 145.45 | 0.56 | 0.54 |
| Hex | 47 | CB | 7F | 41 | 0 | 25 | 14 | 91 | 38 | 36 |
| Octal | 107 | 313 | 177 | 101 | 0 | 45 | 24 | 221 | 70 | 66 |
| Binary | 1000111 | 11001011 | 1111111 | 1000001 | 0 | 100101 | 10100 | 10010001 | 111000 | 110110 |
Color Harmonies of #47CB7F
Complementary color
Monochromatic Colors of #47CB7F
Black with #47CB7F
Text Example
Text Example
White with #47CB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CB7F; }
p { color: rgb(71,203,127); }
H1.HeaderClassName
{
color: #47CB7F;
}
.AnyTagClassName
{
color: #47CB7F;
}
</style>
background-color css
<style>
a { background-color: #47CB7F; }
a { background-color: rgb(71,203,127); }
div.DivClassName
{
background-color: #47CB7F;
}
.BgClassName
{
background-color: #47CB7F;
}
</style>
border-color css
<style>
span { border-color: #47CB7F; }
span { border-color: rgb(71,203,127); }
td.TdClassName
{
border-color: #47CB7F;
}
.TagClassName
{
border-color: #47CB7F;
}
</style>