Shades of Emerald #4CBC7D
Tints of Emerald #4CBC7D
RGB
CMYK
RGB Variations
Color information
#4CBC7D (or 0x4CBC7D) is known color: Emerald. HEX triplet: 4C, BC and 7D. RGB value is (76,188,125). Sum of RGB (Red+Green+Blue) = 76+188+125=389 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.54% from 389); Green value is 188 (73.83% from 255 or 48.33% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 188 - color contains mainly: green. Hex color #4CBC7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CBC7D is #B34382. Grayscale: #939393. Windows color (decimal): -11748227 or 8240204. OLE color: 8240204.
HSL color Cylindrical-coordinate representation of color #4CBC7D: hue angle of 146.25º 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 #4CBC7D is Cyan = 0.60, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 188 | 125 | - |
| CMYK | 0.60 | 0 | 0.34 | 0.26 |
| HSL | 146.25º | 0.46% | 0.52% | - |
| HSV(B) | 146.25º | 0.6% | 0.74% | - |
| XYZ | 24.67 | 38.98 | 25.63 | - |
| YUV | 147.33 | 115.39 | 77.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 188 | 125 | 0.60 | 0 | 0.34 | 0.26 | 146.25 | 0.46 | 0.52 |
| Hex | 4C | BC | 7D | 3C | 0 | 22 | 1A | 92 | 2E | 34 |
| Octal | 114 | 274 | 175 | 74 | 0 | 42 | 32 | 222 | 56 | 64 |
| Binary | 1001100 | 10111100 | 1111101 | 111100 | 0 | 100010 | 11010 | 10010010 | 101110 | 110100 |
Color Harmonies of #4CBC7D
Complementary color
Monochromatic Colors of #4CBC7D
Black with #4CBC7D
Text Example
Text Example
White with #4CBC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBC7D; }
p { color: rgb(76,188,125); }
H1.HeaderClassName
{
color: #4CBC7D;
}
.AnyTagClassName
{
color: #4CBC7D;
}
</style>
background-color css
<style>
a { background-color: #4CBC7D; }
a { background-color: rgb(76,188,125); }
div.DivClassName
{
background-color: #4CBC7D;
}
.BgClassName
{
background-color: #4CBC7D;
}
</style>
border-color css
<style>
span { border-color: #4CBC7D; }
span { border-color: rgb(76,188,125); }
td.TdClassName
{
border-color: #4CBC7D;
}
.TagClassName
{
border-color: #4CBC7D;
}
</style>