Shades of Emerald #4EE265
Tints of Emerald #4EE265
RGB
CMYK
RGB Variations
Color information
#4EE265 (or 0x4EE265) is known color: Emerald. HEX triplet: 4E, E2 and 65. RGB value is (78,226,101). Sum of RGB (Red+Green+Blue) = 78+226+101=405 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.26% from 405); Green value is 226 (88.67% from 255 or 55.80% from 405); Blue value is 101 (39.84% from 255 or 24.94% from 405); Max value from RGB is 226 - color contains mainly: green. Hex color #4EE265 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EE265 is #B11D9A. Grayscale: #A7A7A7. Windows color (decimal): -11607451 or 6677070. OLE color: 6677070.
HSL color Cylindrical-coordinate representation of color #4EE265: hue angle of 129.32º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4EE265 is Cyan = 0.65, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 78 | 226 | 101 | - |
| CMYK | 0.65 | 0 | 0.55 | 0.11 |
| HSL | 129.32º | 0.72% | 0.6% | - |
| HSV(B) | 129.32º | 0.65% | 0.89% | - |
| XYZ | 32.69 | 56.95 | 21.58 | - |
| YUV | 167.5 | 90.47 | 64.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 226 | 101 | 0.65 | 0 | 0.55 | 0.11 | 129.32 | 0.72 | 0.6 |
| Hex | 4E | E2 | 65 | 41 | 0 | 37 | B | 81 | 48 | 3C |
| Octal | 116 | 342 | 145 | 101 | 0 | 67 | 13 | 201 | 110 | 74 |
| Binary | 1001110 | 11100010 | 1100101 | 1000001 | 0 | 110111 | 1011 | 10000001 | 1001000 | 111100 |
Color Harmonies of #4EE265
Complementary color
Monochromatic Colors of #4EE265
Black with #4EE265
Text Example
Text Example
White with #4EE265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE265; }
p { color: rgb(78,226,101); }
H1.HeaderClassName
{
color: #4EE265;
}
.AnyTagClassName
{
color: #4EE265;
}
</style>
background-color css
<style>
a { background-color: #4EE265; }
a { background-color: rgb(78,226,101); }
div.DivClassName
{
background-color: #4EE265;
}
.BgClassName
{
background-color: #4EE265;
}
</style>
border-color css
<style>
span { border-color: #4EE265; }
span { border-color: rgb(78,226,101); }
td.TdClassName
{
border-color: #4EE265;
}
.TagClassName
{
border-color: #4EE265;
}
</style>