Shades of Emerald #4EC065
Tints of Emerald #4EC065
RGB
CMYK
RGB Variations
Color information
#4EC065 (or 0x4EC065) is known color: Emerald. HEX triplet: 4E, C0 and 65. RGB value is (78,192,101). Sum of RGB (Red+Green+Blue) = 78+192+101=371 (49% of max value = 765). Red value is 78 (30.86% from 255 or 21.02% from 371); Green value is 192 (75.39% from 255 or 51.75% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 192 - color contains mainly: green. Hex color #4EC065 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EC065 is #B13F9A. Grayscale: #939393. Windows color (decimal): -11616155 or 6668366. OLE color: 6668366.
HSL color Cylindrical-coordinate representation of color #4EC065: hue angle of 132.11º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4EC065 is Cyan = 0.59, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 78 | 192 | 101 | - |
| CMYK | 0.59 | 0 | 0.47 | 0.25 |
| HSL | 132.11º | 0.48% | 0.53% | - |
| HSV(B) | 132.11º | 0.59% | 0.75% | - |
| XYZ | 24.34 | 40.26 | 18.8 | - |
| YUV | 147.54 | 101.73 | 78.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 192 | 101 | 0.59 | 0 | 0.47 | 0.25 | 132.11 | 0.48 | 0.53 |
| Hex | 4E | C0 | 65 | 3B | 0 | 2F | 19 | 84 | 30 | 35 |
| Octal | 116 | 300 | 145 | 73 | 0 | 57 | 31 | 204 | 60 | 65 |
| Binary | 1001110 | 11000000 | 1100101 | 111011 | 0 | 101111 | 11001 | 10000100 | 110000 | 110101 |
Color Harmonies of #4EC065
Complementary color
Monochromatic Colors of #4EC065
Black with #4EC065
Text Example
Text Example
White with #4EC065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC065; }
p { color: rgb(78,192,101); }
H1.HeaderClassName
{
color: #4EC065;
}
.AnyTagClassName
{
color: #4EC065;
}
</style>
background-color css
<style>
a { background-color: #4EC065; }
a { background-color: rgb(78,192,101); }
div.DivClassName
{
background-color: #4EC065;
}
.BgClassName
{
background-color: #4EC065;
}
</style>
border-color css
<style>
span { border-color: #4EC065; }
span { border-color: rgb(78,192,101); }
td.TdClassName
{
border-color: #4EC065;
}
.TagClassName
{
border-color: #4EC065;
}
</style>