Shades of Emerald #4EE368
Tints of Emerald #4EE368
RGB
CMYK
RGB Variations
Color information
#4EE368 (or 0x4EE368) is known color: Emerald. HEX triplet: 4E, E3 and 68. RGB value is (78,227,104). Sum of RGB (Red+Green+Blue) = 78+227+104=409 (54% of max value = 765). Red value is 78 (30.86% from 255 or 19.07% from 409); Green value is 227 (89.06% from 255 or 55.50% from 409); Blue value is 104 (41.02% from 255 or 25.43% from 409); Max value from RGB is 227 - color contains mainly: green. Hex color #4EE368 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EE368 is #B11C97. Grayscale: #A8A8A8. Windows color (decimal): -11607192 or 6873934. OLE color: 6873934.
HSL color Cylindrical-coordinate representation of color #4EE368: hue angle of 130.47º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4EE368 is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 78 | 227 | 104 | - |
| CMYK | 0.66 | 0 | 0.54 | 0.11 |
| HSL | 130.47º | 0.73% | 0.6% | - |
| HSV(B) | 130.47º | 0.66% | 0.89% | - |
| XYZ | 33.11 | 57.56 | 22.46 | - |
| YUV | 168.43 | 91.64 | 63.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 227 | 104 | 0.66 | 0 | 0.54 | 0.11 | 130.47 | 0.73 | 0.6 |
| Hex | 4E | E3 | 68 | 42 | 0 | 36 | B | 82 | 49 | 3C |
| Octal | 116 | 343 | 150 | 102 | 0 | 66 | 13 | 202 | 111 | 74 |
| Binary | 1001110 | 11100011 | 1101000 | 1000010 | 0 | 110110 | 1011 | 10000010 | 1001001 | 111100 |
Color Harmonies of #4EE368
Complementary color
Monochromatic Colors of #4EE368
Black with #4EE368
Text Example
Text Example
White with #4EE368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE368; }
p { color: rgb(78,227,104); }
H1.HeaderClassName
{
color: #4EE368;
}
.AnyTagClassName
{
color: #4EE368;
}
</style>
background-color css
<style>
a { background-color: #4EE368; }
a { background-color: rgb(78,227,104); }
div.DivClassName
{
background-color: #4EE368;
}
.BgClassName
{
background-color: #4EE368;
}
</style>
border-color css
<style>
span { border-color: #4EE368; }
span { border-color: rgb(78,227,104); }
td.TdClassName
{
border-color: #4EE368;
}
.TagClassName
{
border-color: #4EE368;
}
</style>