Shades of Emerald #4CD86A
Tints of Emerald #4CD86A
RGB
CMYK
RGB Variations
Color information
#4CD86A (or 0x4CD86A) is known color: Emerald. HEX triplet: 4C, D8 and 6A. RGB value is (76,216,106). Sum of RGB (Red+Green+Blue) = 76+216+106=398 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.10% from 398); Green value is 216 (84.77% from 255 or 54.27% from 398); Blue value is 106 (41.80% from 255 or 26.63% from 398); Max value from RGB is 216 - color contains mainly: green. Hex color #4CD86A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CD86A is #B32795. Grayscale: #A1A1A1. Windows color (decimal): -11741078 or 7002188. OLE color: 7002188.
HSL color Cylindrical-coordinate representation of color #4CD86A: hue angle of 132.86º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CD86A is Cyan = 0.65, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 76 | 216 | 106 | - |
| CMYK | 0.65 | 0 | 0.51 | 0.15 |
| HSL | 132.86º | 0.64% | 0.57% | - |
| HSV(B) | 132.86º | 0.65% | 0.85% | - |
| XYZ | 30.14 | 51.69 | 22.02 | - |
| YUV | 161.6 | 96.62 | 66.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 216 | 106 | 0.65 | 0 | 0.51 | 0.15 | 132.86 | 0.64 | 0.57 |
| Hex | 4C | D8 | 6A | 41 | 0 | 33 | F | 85 | 40 | 39 |
| Octal | 114 | 330 | 152 | 101 | 0 | 63 | 17 | 205 | 100 | 71 |
| Binary | 1001100 | 11011000 | 1101010 | 1000001 | 0 | 110011 | 1111 | 10000101 | 1000000 | 111001 |
Color Harmonies of #4CD86A
Complementary color
Monochromatic Colors of #4CD86A
Black with #4CD86A
Text Example
Text Example
White with #4CD86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CD86A; }
p { color: rgb(76,216,106); }
H1.HeaderClassName
{
color: #4CD86A;
}
.AnyTagClassName
{
color: #4CD86A;
}
</style>
background-color css
<style>
a { background-color: #4CD86A; }
a { background-color: rgb(76,216,106); }
div.DivClassName
{
background-color: #4CD86A;
}
.BgClassName
{
background-color: #4CD86A;
}
</style>
border-color css
<style>
span { border-color: #4CD86A; }
span { border-color: rgb(76,216,106); }
td.TdClassName
{
border-color: #4CD86A;
}
.TagClassName
{
border-color: #4CD86A;
}
</style>