Shades of Emerald #4CBA7B
Tints of Emerald #4CBA7B
RGB
CMYK
RGB Variations
Color information
#4CBA7B (or 0x4CBA7B) is known color: Emerald. HEX triplet: 4C, BA and 7B. RGB value is (76,186,123). Sum of RGB (Red+Green+Blue) = 76+186+123=385 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.74% from 385); Green value is 186 (73.05% from 255 or 48.31% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 186 - color contains mainly: green. Hex color #4CBA7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CBA7B is #B34584. Grayscale: #929292. Windows color (decimal): -11748741 or 8108620. OLE color: 8108620.
HSL color Cylindrical-coordinate representation of color #4CBA7B: hue angle of 145.64º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4CBA7B is Cyan = 0.59, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 76 | 186 | 123 | - |
| CMYK | 0.59 | 0 | 0.34 | 0.27 |
| HSL | 145.64º | 0.44% | 0.51% | - |
| HSV(B) | 145.64º | 0.59% | 0.73% | - |
| XYZ | 24.11 | 38.08 | 24.82 | - |
| YUV | 145.93 | 115.06 | 78.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 186 | 123 | 0.59 | 0 | 0.34 | 0.27 | 145.64 | 0.44 | 0.51 |
| Hex | 4C | BA | 7B | 3B | 0 | 22 | 1B | 92 | 2C | 33 |
| Octal | 114 | 272 | 173 | 73 | 0 | 42 | 33 | 222 | 54 | 63 |
| Binary | 1001100 | 10111010 | 1111011 | 111011 | 0 | 100010 | 11011 | 10010010 | 101100 | 110011 |
Color Harmonies of #4CBA7B
Complementary color
Monochromatic Colors of #4CBA7B
Black with #4CBA7B
Text Example
Text Example
White with #4CBA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBA7B; }
p { color: rgb(76,186,123); }
H1.HeaderClassName
{
color: #4CBA7B;
}
.AnyTagClassName
{
color: #4CBA7B;
}
</style>
background-color css
<style>
a { background-color: #4CBA7B; }
a { background-color: rgb(76,186,123); }
div.DivClassName
{
background-color: #4CBA7B;
}
.BgClassName
{
background-color: #4CBA7B;
}
</style>
border-color css
<style>
span { border-color: #4CBA7B; }
span { border-color: rgb(76,186,123); }
td.TdClassName
{
border-color: #4CBA7B;
}
.TagClassName
{
border-color: #4CBA7B;
}
</style>