Shades of Emerald #4CBC74
Tints of Emerald #4CBC74
RGB
CMYK
RGB Variations
Color information
#4CBC74 (or 0x4CBC74) is known color: Emerald. HEX triplet: 4C, BC and 74. RGB value is (76,188,116). Sum of RGB (Red+Green+Blue) = 76+188+116=380 (50% of max value = 765). Red value is 76 (30.08% from 255 or 20% from 380); Green value is 188 (73.83% from 255 or 49.47% from 380); Blue value is 116 (45.70% from 255 or 30.53% from 380); Max value from RGB is 188 - color contains mainly: green. Hex color #4CBC74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CBC74 is #B3438B. Grayscale: #929292. Windows color (decimal): -11748236 or 7650380. OLE color: 7650380.
HSL color Cylindrical-coordinate representation of color #4CBC74: hue angle of 141.43º 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 #4CBC74 is Cyan = 0.60, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 188 | 116 | - |
| CMYK | 0.60 | 0 | 0.38 | 0.26 |
| HSL | 141.43º | 0.46% | 0.52% | - |
| HSV(B) | 141.43º | 0.6% | 0.74% | - |
| XYZ | 24.12 | 38.76 | 22.73 | - |
| YUV | 146.3 | 110.89 | 77.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 188 | 116 | 0.60 | 0 | 0.38 | 0.26 | 141.43 | 0.46 | 0.52 |
| Hex | 4C | BC | 74 | 3C | 0 | 26 | 1A | 8D | 2E | 34 |
| Octal | 114 | 274 | 164 | 74 | 0 | 46 | 32 | 215 | 56 | 64 |
| Binary | 1001100 | 10111100 | 1110100 | 111100 | 0 | 100110 | 11010 | 10001101 | 101110 | 110100 |
Color Harmonies of #4CBC74
Complementary color
Monochromatic Colors of #4CBC74
Black with #4CBC74
Text Example
Text Example
White with #4CBC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBC74; }
p { color: rgb(76,188,116); }
H1.HeaderClassName
{
color: #4CBC74;
}
.AnyTagClassName
{
color: #4CBC74;
}
</style>
background-color css
<style>
a { background-color: #4CBC74; }
a { background-color: rgb(76,188,116); }
div.DivClassName
{
background-color: #4CBC74;
}
.BgClassName
{
background-color: #4CBC74;
}
</style>
border-color css
<style>
span { border-color: #4CBC74; }
span { border-color: rgb(76,188,116); }
td.TdClassName
{
border-color: #4CBC74;
}
.TagClassName
{
border-color: #4CBC74;
}
</style>