Shades of Emerald #4CBA78
Tints of Emerald #4CBA78
RGB
CMYK
RGB Variations
Color information
#4CBA78 (or 0x4CBA78) is known color: Emerald. HEX triplet: 4C, BA and 78. RGB value is (76,186,120). Sum of RGB (Red+Green+Blue) = 76+186+120=382 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.90% from 382); Green value is 186 (73.05% from 255 or 48.69% from 382); Blue value is 120 (47.27% from 255 or 31.41% from 382); Max value from RGB is 186 - color contains mainly: green. Hex color #4CBA78 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CBA78 is #B34587. Grayscale: #919191. Windows color (decimal): -11748744 or 7912012. OLE color: 7912012.
HSL color Cylindrical-coordinate representation of color #4CBA78: hue angle of 144º 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 #4CBA78 is Cyan = 0.59, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 76 | 186 | 120 | - |
| CMYK | 0.59 | 0 | 0.35 | 0.27 |
| HSL | 144º | 0.44% | 0.51% | - |
| HSV(B) | 144º | 0.59% | 0.73% | - |
| XYZ | 23.93 | 38.01 | 23.84 | - |
| YUV | 145.59 | 113.56 | 78.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 186 | 120 | 0.59 | 0 | 0.35 | 0.27 | 144 | 0.44 | 0.51 |
| Hex | 4C | BA | 78 | 3B | 0 | 23 | 1B | 90 | 2C | 33 |
| Octal | 114 | 272 | 170 | 73 | 0 | 43 | 33 | 220 | 54 | 63 |
| Binary | 1001100 | 10111010 | 1111000 | 111011 | 0 | 100011 | 11011 | 10010000 | 101100 | 110011 |
Color Harmonies of #4CBA78
Complementary color
Monochromatic Colors of #4CBA78
Black with #4CBA78
Text Example
Text Example
White with #4CBA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBA78; }
p { color: rgb(76,186,120); }
H1.HeaderClassName
{
color: #4CBA78;
}
.AnyTagClassName
{
color: #4CBA78;
}
</style>
background-color css
<style>
a { background-color: #4CBA78; }
a { background-color: rgb(76,186,120); }
div.DivClassName
{
background-color: #4CBA78;
}
.BgClassName
{
background-color: #4CBA78;
}
</style>
border-color css
<style>
span { border-color: #4CBA78; }
span { border-color: rgb(76,186,120); }
td.TdClassName
{
border-color: #4CBA78;
}
.TagClassName
{
border-color: #4CBA78;
}
</style>