Shades of Emerald #4CC86C
Tints of Emerald #4CC86C
RGB
CMYK
RGB Variations
Color information
#4CC86C (or 0x4CC86C) is known color: Emerald. HEX triplet: 4C, C8 and 6C. RGB value is (76,200,108). Sum of RGB (Red+Green+Blue) = 76+200+108=384 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.79% from 384); Green value is 200 (78.52% from 255 or 52.08% from 384); Blue value is 108 (42.58% from 255 or 28.12% from 384); Max value from RGB is 200 - color contains mainly: green. Hex color #4CC86C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CC86C is #B33793. Grayscale: #989898. Windows color (decimal): -11745172 or 7129164. OLE color: 7129164.
HSL color Cylindrical-coordinate representation of color #4CC86C: hue angle of 135.48º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4CC86C is Cyan = 0.62, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 76 | 200 | 108 | - |
| CMYK | 0.62 | 0 | 0.46 | 0.22 |
| HSL | 135.48º | 0.53% | 0.54% | - |
| HSV(B) | 135.48º | 0.62% | 0.78% | - |
| XYZ | 26.34 | 43.93 | 21.28 | - |
| YUV | 152.44 | 102.92 | 73.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 200 | 108 | 0.62 | 0 | 0.46 | 0.22 | 135.48 | 0.53 | 0.54 |
| Hex | 4C | C8 | 6C | 3E | 0 | 2E | 16 | 87 | 35 | 36 |
| Octal | 114 | 310 | 154 | 76 | 0 | 56 | 26 | 207 | 65 | 66 |
| Binary | 1001100 | 11001000 | 1101100 | 111110 | 0 | 101110 | 10110 | 10000111 | 110101 | 110110 |
Color Harmonies of #4CC86C
Complementary color
Monochromatic Colors of #4CC86C
Black with #4CC86C
Text Example
Text Example
White with #4CC86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC86C; }
p { color: rgb(76,200,108); }
H1.HeaderClassName
{
color: #4CC86C;
}
.AnyTagClassName
{
color: #4CC86C;
}
</style>
background-color css
<style>
a { background-color: #4CC86C; }
a { background-color: rgb(76,200,108); }
div.DivClassName
{
background-color: #4CC86C;
}
.BgClassName
{
background-color: #4CC86C;
}
</style>
border-color css
<style>
span { border-color: #4CC86C; }
span { border-color: rgb(76,200,108); }
td.TdClassName
{
border-color: #4CC86C;
}
.TagClassName
{
border-color: #4CC86C;
}
</style>