Shades of Emerald #47CB83
Tints of Emerald #47CB83
RGB
CMYK
RGB Variations
Color information
#47CB83 (or 0x47CB83) is known color: Emerald. HEX triplet: 47, CB and 83. RGB value is (71,203,131). Sum of RGB (Red+Green+Blue) = 71+203+131=405 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.53% from 405); Green value is 203 (79.69% from 255 or 50.12% from 405); Blue value is 131 (51.56% from 255 or 32.35% from 405); Max value from RGB is 203 - color contains mainly: green. Hex color #47CB83 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47CB83 is #B8347C. Grayscale: #9B9B9B. Windows color (decimal): -12072061 or 8637255. OLE color: 8637255.
HSL color Cylindrical-coordinate representation of color #47CB83: hue angle of 147.27º 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 #47CB83 is Cyan = 0.65, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 203 | 131 | - |
| CMYK | 0.65 | 0 | 0.35 | 0.20 |
| HSL | 147.27º | 0.56% | 0.54% | - |
| HSV(B) | 147.27º | 0.65% | 0.8% | - |
| XYZ | 28.05 | 45.69 | 28.81 | - |
| YUV | 155.32 | 114.27 | 67.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 203 | 131 | 0.65 | 0 | 0.35 | 0.20 | 147.27 | 0.56 | 0.54 |
| Hex | 47 | CB | 83 | 41 | 0 | 23 | 14 | 93 | 38 | 36 |
| Octal | 107 | 313 | 203 | 101 | 0 | 43 | 24 | 223 | 70 | 66 |
| Binary | 1000111 | 11001011 | 10000011 | 1000001 | 0 | 100011 | 10100 | 10010011 | 111000 | 110110 |
Color Harmonies of #47CB83
Complementary color
Monochromatic Colors of #47CB83
Black with #47CB83
Text Example
Text Example
White with #47CB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CB83; }
p { color: rgb(71,203,131); }
H1.HeaderClassName
{
color: #47CB83;
}
.AnyTagClassName
{
color: #47CB83;
}
</style>
background-color css
<style>
a { background-color: #47CB83; }
a { background-color: rgb(71,203,131); }
div.DivClassName
{
background-color: #47CB83;
}
.BgClassName
{
background-color: #47CB83;
}
</style>
border-color css
<style>
span { border-color: #47CB83; }
span { border-color: rgb(71,203,131); }
td.TdClassName
{
border-color: #47CB83;
}
.TagClassName
{
border-color: #47CB83;
}
</style>