Shades of Emerald #4EC68B
Tints of Emerald #4EC68B
RGB
CMYK
RGB Variations
Color information
#4EC68B (or 0x4EC68B) is known color: Emerald. HEX triplet: 4E, C6 and 8B. RGB value is (78,198,139). Sum of RGB (Red+Green+Blue) = 78+198+139=415 (54% of max value = 765). Red value is 78 (30.86% from 255 or 18.80% from 415); Green value is 198 (77.73% from 255 or 47.71% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 198 - color contains mainly: green. Hex color #4EC68B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EC68B is #B13974. Grayscale: #9B9B9B. Windows color (decimal): -11614581 or 9160270. OLE color: 9160270.
HSL color Cylindrical-coordinate representation of color #4EC68B: hue angle of 150.5º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4EC68B is Cyan = 0.61, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 78 | 198 | 139 | - |
| CMYK | 0.61 | 0 | 0.30 | 0.22 |
| HSL | 150.5º | 0.51% | 0.54% | - |
| HSV(B) | 150.5º | 0.61% | 0.78% | - |
| XYZ | 28 | 43.87 | 31.42 | - |
| YUV | 155.39 | 118.74 | 72.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 198 | 139 | 0.61 | 0 | 0.30 | 0.22 | 150.5 | 0.51 | 0.54 |
| Hex | 4E | C6 | 8B | 3D | 0 | 1E | 16 | 96 | 33 | 36 |
| Octal | 116 | 306 | 213 | 75 | 0 | 36 | 26 | 226 | 63 | 66 |
| Binary | 1001110 | 11000110 | 10001011 | 111101 | 0 | 11110 | 10110 | 10010110 | 110011 | 110110 |
Color Harmonies of #4EC68B
Complementary color
Monochromatic Colors of #4EC68B
Black with #4EC68B
Text Example
Text Example
White with #4EC68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC68B; }
p { color: rgb(78,198,139); }
H1.HeaderClassName
{
color: #4EC68B;
}
.AnyTagClassName
{
color: #4EC68B;
}
</style>
background-color css
<style>
a { background-color: #4EC68B; }
a { background-color: rgb(78,198,139); }
div.DivClassName
{
background-color: #4EC68B;
}
.BgClassName
{
background-color: #4EC68B;
}
</style>
border-color css
<style>
span { border-color: #4EC68B; }
span { border-color: rgb(78,198,139); }
td.TdClassName
{
border-color: #4EC68B;
}
.TagClassName
{
border-color: #4EC68B;
}
</style>