Shades of Emerald #4CBC7F
Tints of Emerald #4CBC7F
RGB
CMYK
RGB Variations
Color information
#4CBC7F (or 0x4CBC7F) is known color: Emerald. HEX triplet: 4C, BC and 7F. RGB value is (76,188,127). Sum of RGB (Red+Green+Blue) = 76+188+127=391 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.44% from 391); Green value is 188 (73.83% from 255 or 48.08% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 188 - color contains mainly: green. Hex color #4CBC7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CBC7F is #B34380. Grayscale: #939393. Windows color (decimal): -11748225 or 8371276. OLE color: 8371276.
HSL color Cylindrical-coordinate representation of color #4CBC7F: hue angle of 147.32º 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 #4CBC7F is Cyan = 0.60, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 188 | 127 | - |
| CMYK | 0.60 | 0 | 0.32 | 0.26 |
| HSL | 147.32º | 0.46% | 0.52% | - |
| HSV(B) | 147.32º | 0.6% | 0.74% | - |
| XYZ | 24.79 | 39.04 | 26.31 | - |
| YUV | 147.56 | 116.39 | 76.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 188 | 127 | 0.60 | 0 | 0.32 | 0.26 | 147.32 | 0.46 | 0.52 |
| Hex | 4C | BC | 7F | 3C | 0 | 20 | 1A | 93 | 2E | 34 |
| Octal | 114 | 274 | 177 | 74 | 0 | 40 | 32 | 223 | 56 | 64 |
| Binary | 1001100 | 10111100 | 1111111 | 111100 | 0 | 100000 | 11010 | 10010011 | 101110 | 110100 |
Color Harmonies of #4CBC7F
Complementary color
Monochromatic Colors of #4CBC7F
Black with #4CBC7F
Text Example
Text Example
White with #4CBC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBC7F; }
p { color: rgb(76,188,127); }
H1.HeaderClassName
{
color: #4CBC7F;
}
.AnyTagClassName
{
color: #4CBC7F;
}
</style>
background-color css
<style>
a { background-color: #4CBC7F; }
a { background-color: rgb(76,188,127); }
div.DivClassName
{
background-color: #4CBC7F;
}
.BgClassName
{
background-color: #4CBC7F;
}
</style>
border-color css
<style>
span { border-color: #4CBC7F; }
span { border-color: rgb(76,188,127); }
td.TdClassName
{
border-color: #4CBC7F;
}
.TagClassName
{
border-color: #4CBC7F;
}
</style>