Shades of Emerald #4CBC86
Tints of Emerald #4CBC86
RGB
CMYK
RGB Variations
Color information
#4CBC86 (or 0x4CBC86) is known color: Emerald. HEX triplet: 4C, BC and 86. RGB value is (76,188,134). Sum of RGB (Red+Green+Blue) = 76+188+134=398 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.10% from 398); Green value is 188 (73.83% from 255 or 47.24% from 398); Blue value is 134 (52.73% from 255 or 33.67% from 398); Max value from RGB is 188 - color contains mainly: green. Hex color #4CBC86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CBC86 is #B34379. Grayscale: #949494. Windows color (decimal): -11748218 or 8830028. OLE color: 8830028.
HSL color Cylindrical-coordinate representation of color #4CBC86: hue angle of 151.07º 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 #4CBC86 is Cyan = 0.60, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 188 | 134 | - |
| CMYK | 0.60 | 0 | 0.29 | 0.26 |
| HSL | 151.07º | 0.46% | 0.52% | - |
| HSV(B) | 151.07º | 0.6% | 0.74% | - |
| XYZ | 25.27 | 39.22 | 28.79 | - |
| YUV | 148.36 | 119.89 | 76.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 188 | 134 | 0.60 | 0 | 0.29 | 0.26 | 151.07 | 0.46 | 0.52 |
| Hex | 4C | BC | 86 | 3C | 0 | 1D | 1A | 97 | 2E | 34 |
| Octal | 114 | 274 | 206 | 74 | 0 | 35 | 32 | 227 | 56 | 64 |
| Binary | 1001100 | 10111100 | 10000110 | 111100 | 0 | 11101 | 11010 | 10010111 | 101110 | 110100 |
Color Harmonies of #4CBC86
Complementary color
Monochromatic Colors of #4CBC86
Black with #4CBC86
Text Example
Text Example
White with #4CBC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBC86; }
p { color: rgb(76,188,134); }
H1.HeaderClassName
{
color: #4CBC86;
}
.AnyTagClassName
{
color: #4CBC86;
}
</style>
background-color css
<style>
a { background-color: #4CBC86; }
a { background-color: rgb(76,188,134); }
div.DivClassName
{
background-color: #4CBC86;
}
.BgClassName
{
background-color: #4CBC86;
}
</style>
border-color css
<style>
span { border-color: #4CBC86; }
span { border-color: rgb(76,188,134); }
td.TdClassName
{
border-color: #4CBC86;
}
.TagClassName
{
border-color: #4CBC86;
}
</style>