Shades of Emerald #4CBC7B
Tints of Emerald #4CBC7B
RGB
CMYK
RGB Variations
Color information
#4CBC7B (or 0x4CBC7B) is known color: Emerald. HEX triplet: 4C, BC and 7B. RGB value is (76,188,123). Sum of RGB (Red+Green+Blue) = 76+188+123=387 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.64% from 387); Green value is 188 (73.83% from 255 or 48.58% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 188 - color contains mainly: green. Hex color #4CBC7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CBC7B is #B34384. Grayscale: #939393. Windows color (decimal): -11748229 or 8109132. OLE color: 8109132.
HSL color Cylindrical-coordinate representation of color #4CBC7B: hue angle of 145.18º 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 #4CBC7B is Cyan = 0.60, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 188 | 123 | - |
| CMYK | 0.60 | 0 | 0.35 | 0.26 |
| HSL | 145.18º | 0.46% | 0.52% | - |
| HSV(B) | 145.18º | 0.6% | 0.74% | - |
| XYZ | 24.54 | 38.93 | 24.96 | - |
| YUV | 147.1 | 114.39 | 77.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 188 | 123 | 0.60 | 0 | 0.35 | 0.26 | 145.18 | 0.46 | 0.52 |
| Hex | 4C | BC | 7B | 3C | 0 | 23 | 1A | 91 | 2E | 34 |
| Octal | 114 | 274 | 173 | 74 | 0 | 43 | 32 | 221 | 56 | 64 |
| Binary | 1001100 | 10111100 | 1111011 | 111100 | 0 | 100011 | 11010 | 10010001 | 101110 | 110100 |
Color Harmonies of #4CBC7B
Complementary color
Monochromatic Colors of #4CBC7B
Black with #4CBC7B
Text Example
Text Example
White with #4CBC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBC7B; }
p { color: rgb(76,188,123); }
H1.HeaderClassName
{
color: #4CBC7B;
}
.AnyTagClassName
{
color: #4CBC7B;
}
</style>
background-color css
<style>
a { background-color: #4CBC7B; }
a { background-color: rgb(76,188,123); }
div.DivClassName
{
background-color: #4CBC7B;
}
.BgClassName
{
background-color: #4CBC7B;
}
</style>
border-color css
<style>
span { border-color: #4CBC7B; }
span { border-color: rgb(76,188,123); }
td.TdClassName
{
border-color: #4CBC7B;
}
.TagClassName
{
border-color: #4CBC7B;
}
</style>