Shades of Emerald #4CBC76
Tints of Emerald #4CBC76
RGB
CMYK
RGB Variations
Color information
#4CBC76 (or 0x4CBC76) is known color: Emerald. HEX triplet: 4C, BC and 76. RGB value is (76,188,118). Sum of RGB (Red+Green+Blue) = 76+188+118=382 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.90% from 382); Green value is 188 (73.83% from 255 or 49.21% from 382); Blue value is 118 (46.48% from 255 or 30.89% from 382); Max value from RGB is 188 - color contains mainly: green. Hex color #4CBC76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CBC76 is #B34389. Grayscale: #929292. Windows color (decimal): -11748234 or 7781452. OLE color: 7781452.
HSL color Cylindrical-coordinate representation of color #4CBC76: hue angle of 142.5º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CBC76 is Cyan = 0.60, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 188 | 118 | - |
| CMYK | 0.60 | 0 | 0.37 | 0.26 |
| HSL | 142.5º | 0.46% | 0.52% | - |
| HSV(B) | 142.5º | 0.6% | 0.74% | - |
| XYZ | 24.23 | 38.81 | 23.35 | - |
| YUV | 146.53 | 111.89 | 77.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 188 | 118 | 0.60 | 0 | 0.37 | 0.26 | 142.5 | 0.46 | 0.52 |
| Hex | 4C | BC | 76 | 3C | 0 | 25 | 1A | 8E | 2E | 34 |
| Octal | 114 | 274 | 166 | 74 | 0 | 45 | 32 | 216 | 56 | 64 |
| Binary | 1001100 | 10111100 | 1110110 | 111100 | 0 | 100101 | 11010 | 10001110 | 101110 | 110100 |
Color Harmonies of #4CBC76
Complementary color
Monochromatic Colors of #4CBC76
Black with #4CBC76
Text Example
Text Example
White with #4CBC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBC76; }
p { color: rgb(76,188,118); }
H1.HeaderClassName
{
color: #4CBC76;
}
.AnyTagClassName
{
color: #4CBC76;
}
</style>
background-color css
<style>
a { background-color: #4CBC76; }
a { background-color: rgb(76,188,118); }
div.DivClassName
{
background-color: #4CBC76;
}
.BgClassName
{
background-color: #4CBC76;
}
</style>
border-color css
<style>
span { border-color: #4CBC76; }
span { border-color: rgb(76,188,118); }
td.TdClassName
{
border-color: #4CBC76;
}
.TagClassName
{
border-color: #4CBC76;
}
</style>