Shades of Emerald #4CC186
Tints of Emerald #4CC186
RGB
CMYK
RGB Variations
Color information
#4CC186 (or 0x4CC186) is known color: Emerald. HEX triplet: 4C, C1 and 86. RGB value is (76,193,134). Sum of RGB (Red+Green+Blue) = 76+193+134=403 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.86% from 403); Green value is 193 (75.78% from 255 or 47.89% from 403); Blue value is 134 (52.73% from 255 or 33.25% from 403); Max value from RGB is 193 - color contains mainly: green. Hex color #4CC186 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CC186 is #B33E79. Grayscale: #979797. Windows color (decimal): -11746938 or 8831308. OLE color: 8831308.
HSL color Cylindrical-coordinate representation of color #4CC186: hue angle of 149.74º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4CC186 is Cyan = 0.61, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 76 | 193 | 134 | - |
| CMYK | 0.61 | 0 | 0.31 | 0.24 |
| HSL | 149.74º | 0.49% | 0.53% | - |
| HSV(B) | 149.74º | 0.61% | 0.76% | - |
| XYZ | 26.35 | 41.4 | 29.16 | - |
| YUV | 151.29 | 118.24 | 74.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 193 | 134 | 0.61 | 0 | 0.31 | 0.24 | 149.74 | 0.49 | 0.53 |
| Hex | 4C | C1 | 86 | 3D | 0 | 1F | 18 | 96 | 31 | 35 |
| Octal | 114 | 301 | 206 | 75 | 0 | 37 | 30 | 226 | 61 | 65 |
| Binary | 1001100 | 11000001 | 10000110 | 111101 | 0 | 11111 | 11000 | 10010110 | 110001 | 110101 |
Color Harmonies of #4CC186
Complementary color
Monochromatic Colors of #4CC186
Black with #4CC186
Text Example
Text Example
White with #4CC186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC186; }
p { color: rgb(76,193,134); }
H1.HeaderClassName
{
color: #4CC186;
}
.AnyTagClassName
{
color: #4CC186;
}
</style>
background-color css
<style>
a { background-color: #4CC186; }
a { background-color: rgb(76,193,134); }
div.DivClassName
{
background-color: #4CC186;
}
.BgClassName
{
background-color: #4CC186;
}
</style>
border-color css
<style>
span { border-color: #4CC186; }
span { border-color: rgb(76,193,134); }
td.TdClassName
{
border-color: #4CC186;
}
.TagClassName
{
border-color: #4CC186;
}
</style>