Shades of Emerald #4CBA6E
Tints of Emerald #4CBA6E
RGB
CMYK
RGB Variations
Color information
#4CBA6E (or 0x4CBA6E) is known color: Emerald. HEX triplet: 4C, BA and 6E. RGB value is (76,186,110). Sum of RGB (Red+Green+Blue) = 76+186+110=372 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.43% from 372); Green value is 186 (73.05% from 255 or 50% from 372); Blue value is 110 (43.36% from 255 or 29.57% from 372); Max value from RGB is 186 - color contains mainly: green. Hex color #4CBA6E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CBA6E is #B34591. Grayscale: #909090. Windows color (decimal): -11748754 or 7256652. OLE color: 7256652.
HSL color Cylindrical-coordinate representation of color #4CBA6E: hue angle of 138.55º 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 #4CBA6E is Cyan = 0.59, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 76 | 186 | 110 | - |
| CMYK | 0.59 | 0 | 0.41 | 0.27 |
| HSL | 138.55º | 0.44% | 0.51% | - |
| HSV(B) | 138.55º | 0.59% | 0.73% | - |
| XYZ | 23.35 | 37.78 | 20.81 | - |
| YUV | 144.45 | 108.56 | 79.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 186 | 110 | 0.59 | 0 | 0.41 | 0.27 | 138.55 | 0.44 | 0.51 |
| Hex | 4C | BA | 6E | 3B | 0 | 29 | 1B | 8B | 2C | 33 |
| Octal | 114 | 272 | 156 | 73 | 0 | 51 | 33 | 213 | 54 | 63 |
| Binary | 1001100 | 10111010 | 1101110 | 111011 | 0 | 101001 | 11011 | 10001011 | 101100 | 110011 |
Color Harmonies of #4CBA6E
Complementary color
Monochromatic Colors of #4CBA6E
Black with #4CBA6E
Text Example
Text Example
White with #4CBA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBA6E; }
p { color: rgb(76,186,110); }
H1.HeaderClassName
{
color: #4CBA6E;
}
.AnyTagClassName
{
color: #4CBA6E;
}
</style>
background-color css
<style>
a { background-color: #4CBA6E; }
a { background-color: rgb(76,186,110); }
div.DivClassName
{
background-color: #4CBA6E;
}
.BgClassName
{
background-color: #4CBA6E;
}
</style>
border-color css
<style>
span { border-color: #4CBA6E; }
span { border-color: rgb(76,186,110); }
td.TdClassName
{
border-color: #4CBA6E;
}
.TagClassName
{
border-color: #4CBA6E;
}
</style>