Shades of Emerald #4ED261
Tints of Emerald #4ED261
RGB
CMYK
RGB Variations
Color information
#4ED261 (or 0x4ED261) is known color: Emerald. HEX triplet: 4E, D2 and 61. RGB value is (78,210,97). Sum of RGB (Red+Green+Blue) = 78+210+97=385 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.26% from 385); Green value is 210 (82.42% from 255 or 54.55% from 385); Blue value is 97 (38.28% from 255 or 25.19% from 385); Max value from RGB is 210 - color contains mainly: green. Hex color #4ED261 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4ED261 is #B12D9E. Grayscale: #9D9D9D. Windows color (decimal): -11611551 or 6410830. OLE color: 6410830.
HSL color Cylindrical-coordinate representation of color #4ED261: hue angle of 128.64º 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 #4ED261 is Cyan = 0.63, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 78 | 210 | 97 | - |
| CMYK | 0.63 | 0 | 0.54 | 0.18 |
| HSL | 128.64º | 0.59% | 0.56% | - |
| HSV(B) | 128.64º | 0.63% | 0.82% | - |
| XYZ | 28.35 | 48.58 | 19.19 | - |
| YUV | 157.65 | 93.77 | 71.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 210 | 97 | 0.63 | 0 | 0.54 | 0.18 | 128.64 | 0.59 | 0.56 |
| Hex | 4E | D2 | 61 | 3F | 0 | 36 | 12 | 81 | 3B | 38 |
| Octal | 116 | 322 | 141 | 77 | 0 | 66 | 22 | 201 | 73 | 70 |
| Binary | 1001110 | 11010010 | 1100001 | 111111 | 0 | 110110 | 10010 | 10000001 | 111011 | 111000 |
Color Harmonies of #4ED261
Complementary color
Monochromatic Colors of #4ED261
Black with #4ED261
Text Example
Text Example
White with #4ED261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED261; }
p { color: rgb(78,210,97); }
H1.HeaderClassName
{
color: #4ED261;
}
.AnyTagClassName
{
color: #4ED261;
}
</style>
background-color css
<style>
a { background-color: #4ED261; }
a { background-color: rgb(78,210,97); }
div.DivClassName
{
background-color: #4ED261;
}
.BgClassName
{
background-color: #4ED261;
}
</style>
border-color css
<style>
span { border-color: #4ED261; }
span { border-color: rgb(78,210,97); }
td.TdClassName
{
border-color: #4ED261;
}
.TagClassName
{
border-color: #4ED261;
}
</style>