Shades of Emerald #47CB88
Tints of Emerald #47CB88
RGB
CMYK
RGB Variations
Color information
#47CB88 (or 0x47CB88) is known color: Emerald. HEX triplet: 47, CB and 88. RGB value is (71,203,136). Sum of RGB (Red+Green+Blue) = 71+203+136=410 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.32% from 410); Green value is 203 (79.69% from 255 or 49.51% from 410); Blue value is 136 (53.52% from 255 or 33.17% from 410); Max value from RGB is 203 - color contains mainly: green. Hex color #47CB88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47CB88 is #B83477. Grayscale: #9C9C9C. Windows color (decimal): -12072056 or 8964935. OLE color: 8964935.
HSL color Cylindrical-coordinate representation of color #47CB88: hue angle of 149.55º 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 #47CB88 is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 203 | 136 | - |
| CMYK | 0.65 | 0 | 0.33 | 0.20 |
| HSL | 149.55º | 0.56% | 0.54% | - |
| HSV(B) | 149.55º | 0.65% | 0.8% | - |
| XYZ | 28.4 | 45.83 | 30.64 | - |
| YUV | 155.89 | 116.77 | 67.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 203 | 136 | 0.65 | 0 | 0.33 | 0.20 | 149.55 | 0.56 | 0.54 |
| Hex | 47 | CB | 88 | 41 | 0 | 21 | 14 | 96 | 38 | 36 |
| Octal | 107 | 313 | 210 | 101 | 0 | 41 | 24 | 226 | 70 | 66 |
| Binary | 1000111 | 11001011 | 10001000 | 1000001 | 0 | 100001 | 10100 | 10010110 | 111000 | 110110 |
Color Harmonies of #47CB88
Complementary color
Monochromatic Colors of #47CB88
Black with #47CB88
Text Example
Text Example
White with #47CB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CB88; }
p { color: rgb(71,203,136); }
H1.HeaderClassName
{
color: #47CB88;
}
.AnyTagClassName
{
color: #47CB88;
}
</style>
background-color css
<style>
a { background-color: #47CB88; }
a { background-color: rgb(71,203,136); }
div.DivClassName
{
background-color: #47CB88;
}
.BgClassName
{
background-color: #47CB88;
}
</style>
border-color css
<style>
span { border-color: #47CB88; }
span { border-color: rgb(71,203,136); }
td.TdClassName
{
border-color: #47CB88;
}
.TagClassName
{
border-color: #47CB88;
}
</style>