Shades of Emerald #4ED265
Tints of Emerald #4ED265
RGB
CMYK
RGB Variations
Color information
#4ED265 (or 0x4ED265) is known color: Emerald. HEX triplet: 4E, D2 and 65. RGB value is (78,210,101). Sum of RGB (Red+Green+Blue) = 78+210+101=389 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20.05% from 389); Green value is 210 (82.42% from 255 or 53.98% from 389); Blue value is 101 (39.84% from 255 or 25.96% from 389); Max value from RGB is 210 - color contains mainly: green. Hex color #4ED265 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4ED265 is #B12D9A. Grayscale: #9E9E9E. Windows color (decimal): -11611547 or 6672974. OLE color: 6672974.
HSL color Cylindrical-coordinate representation of color #4ED265: hue angle of 130.45º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4ED265 is Cyan = 0.63, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 78 | 210 | 101 | - |
| CMYK | 0.63 | 0 | 0.52 | 0.18 |
| HSL | 130.45º | 0.59% | 0.56% | - |
| HSV(B) | 130.45º | 0.63% | 0.82% | - |
| XYZ | 28.54 | 48.65 | 20.2 | - |
| YUV | 158.11 | 95.77 | 70.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 210 | 101 | 0.63 | 0 | 0.52 | 0.18 | 130.45 | 0.59 | 0.56 |
| Hex | 4E | D2 | 65 | 3F | 0 | 34 | 12 | 82 | 3B | 38 |
| Octal | 116 | 322 | 145 | 77 | 0 | 64 | 22 | 202 | 73 | 70 |
| Binary | 1001110 | 11010010 | 1100101 | 111111 | 0 | 110100 | 10010 | 10000010 | 111011 | 111000 |
Color Harmonies of #4ED265
Complementary color
Monochromatic Colors of #4ED265
Black with #4ED265
Text Example
Text Example
White with #4ED265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED265; }
p { color: rgb(78,210,101); }
H1.HeaderClassName
{
color: #4ED265;
}
.AnyTagClassName
{
color: #4ED265;
}
</style>
background-color css
<style>
a { background-color: #4ED265; }
a { background-color: rgb(78,210,101); }
div.DivClassName
{
background-color: #4ED265;
}
.BgClassName
{
background-color: #4ED265;
}
</style>
border-color css
<style>
span { border-color: #4ED265; }
span { border-color: rgb(78,210,101); }
td.TdClassName
{
border-color: #4ED265;
}
.TagClassName
{
border-color: #4ED265;
}
</style>