Shades of Emerald #4EF286
Tints of Emerald #4EF286
RGB
CMYK
RGB Variations
Color information
#4EF286 (or 0x4EF286) is known color: Emerald. HEX triplet: 4E, F2 and 86. RGB value is (78,242,134). Sum of RGB (Red+Green+Blue) = 78+242+134=454 (60% of max value = 765). Red value is 78 (30.86% from 255 or 17.18% from 454); Green value is 242 (94.92% from 255 or 53.30% from 454); Blue value is 134 (52.73% from 255 or 29.52% from 454); Max value from RGB is 242 - color contains mainly: green. Hex color #4EF286 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4EF286 is #B10D79. Grayscale: #B4B4B4. Windows color (decimal): -11603322 or 8843854. OLE color: 8843854.
HSL color Cylindrical-coordinate representation of color #4EF286: hue angle of 140.49º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4EF286 is Cyan = 0.68, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 78 | 242 | 134 | - |
| CMYK | 0.68 | 0 | 0.45 | 0.05 |
| HSL | 140.49º | 0.86% | 0.63% | - |
| HSV(B) | 140.49º | 0.68% | 0.95% | - |
| XYZ | 39.2 | 66.85 | 33.39 | - |
| YUV | 180.65 | 101.67 | 54.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 242 | 134 | 0.68 | 0 | 0.45 | 0.05 | 140.49 | 0.86 | 0.63 |
| Hex | 4E | F2 | 86 | 44 | 0 | 2D | 5 | 8C | 56 | 3F |
| Octal | 116 | 362 | 206 | 104 | 0 | 55 | 5 | 214 | 126 | 77 |
| Binary | 1001110 | 11110010 | 10000110 | 1000100 | 0 | 101101 | 101 | 10001100 | 1010110 | 111111 |
Color Harmonies of #4EF286
Complementary color
Monochromatic Colors of #4EF286
Black with #4EF286
Text Example
Text Example
White with #4EF286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EF286; }
p { color: rgb(78,242,134); }
H1.HeaderClassName
{
color: #4EF286;
}
.AnyTagClassName
{
color: #4EF286;
}
</style>
background-color css
<style>
a { background-color: #4EF286; }
a { background-color: rgb(78,242,134); }
div.DivClassName
{
background-color: #4EF286;
}
.BgClassName
{
background-color: #4EF286;
}
</style>
border-color css
<style>
span { border-color: #4EF286; }
span { border-color: rgb(78,242,134); }
td.TdClassName
{
border-color: #4EF286;
}
.TagClassName
{
border-color: #4EF286;
}
</style>