Shades of Emerald #4CBA68
Tints of Emerald #4CBA68
RGB
CMYK
RGB Variations
Color information
#4CBA68 (or 0x4CBA68) is known color: Emerald. HEX triplet: 4C, BA and 68. RGB value is (76,186,104). Sum of RGB (Red+Green+Blue) = 76+186+104=366 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.77% from 366); Green value is 186 (73.05% from 255 or 50.82% from 366); Blue value is 104 (41.02% from 255 or 28.42% from 366); Max value from RGB is 186 - color contains mainly: green. Hex color #4CBA68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CBA68 is #B34597. Grayscale: #8F8F8F. Windows color (decimal): -11748760 or 6863436. OLE color: 6863436.
HSL color Cylindrical-coordinate representation of color #4CBA68: hue angle of 135.27º 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 #4CBA68 is Cyan = 0.59, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 76 | 186 | 104 | - |
| CMYK | 0.59 | 0 | 0.44 | 0.27 |
| HSL | 135.27º | 0.44% | 0.51% | - |
| HSV(B) | 135.27º | 0.59% | 0.73% | - |
| XYZ | 23.04 | 37.65 | 19.15 | - |
| YUV | 143.76 | 105.56 | 79.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 186 | 104 | 0.59 | 0 | 0.44 | 0.27 | 135.27 | 0.44 | 0.51 |
| Hex | 4C | BA | 68 | 3B | 0 | 2C | 1B | 87 | 2C | 33 |
| Octal | 114 | 272 | 150 | 73 | 0 | 54 | 33 | 207 | 54 | 63 |
| Binary | 1001100 | 10111010 | 1101000 | 111011 | 0 | 101100 | 11011 | 10000111 | 101100 | 110011 |
Color Harmonies of #4CBA68
Complementary color
Monochromatic Colors of #4CBA68
Black with #4CBA68
Text Example
Text Example
White with #4CBA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBA68; }
p { color: rgb(76,186,104); }
H1.HeaderClassName
{
color: #4CBA68;
}
.AnyTagClassName
{
color: #4CBA68;
}
</style>
background-color css
<style>
a { background-color: #4CBA68; }
a { background-color: rgb(76,186,104); }
div.DivClassName
{
background-color: #4CBA68;
}
.BgClassName
{
background-color: #4CBA68;
}
</style>
border-color css
<style>
span { border-color: #4CBA68; }
span { border-color: rgb(76,186,104); }
td.TdClassName
{
border-color: #4CBA68;
}
.TagClassName
{
border-color: #4CBA68;
}
</style>