Shades of Emerald #4EE88C
Tints of Emerald #4EE88C
RGB
CMYK
RGB Variations
Color information
#4EE88C (or 0x4EE88C) is known color: Emerald. HEX triplet: 4E, E8 and 8C. RGB value is (78,232,140). Sum of RGB (Red+Green+Blue) = 78+232+140=450 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.33% from 450); Green value is 232 (91.02% from 255 or 51.56% from 450); Blue value is 140 (55.08% from 255 or 31.11% from 450); Max value from RGB is 232 - color contains mainly: green. Hex color #4EE88C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4EE88C is #B11773. Grayscale: #AFAFAF. Windows color (decimal): -11605876 or 9234510. OLE color: 9234510.
HSL color Cylindrical-coordinate representation of color #4EE88C: hue angle of 144.16º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4EE88C is Cyan = 0.66, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 78 | 232 | 140 | - |
| CMYK | 0.66 | 0 | 0.40 | 0.09 |
| HSL | 144.16º | 0.77% | 0.61% | - |
| HSV(B) | 144.16º | 0.66% | 0.91% | - |
| XYZ | 36.73 | 61.23 | 34.69 | - |
| YUV | 175.47 | 107.98 | 58.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 232 | 140 | 0.66 | 0 | 0.40 | 0.09 | 144.16 | 0.77 | 0.61 |
| Hex | 4E | E8 | 8C | 42 | 0 | 28 | 9 | 90 | 4D | 3D |
| Octal | 116 | 350 | 214 | 102 | 0 | 50 | 11 | 220 | 115 | 75 |
| Binary | 1001110 | 11101000 | 10001100 | 1000010 | 0 | 101000 | 1001 | 10010000 | 1001101 | 111101 |
Color Harmonies of #4EE88C
Complementary color
Monochromatic Colors of #4EE88C
Black with #4EE88C
Text Example
Text Example
White with #4EE88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE88C; }
p { color: rgb(78,232,140); }
H1.HeaderClassName
{
color: #4EE88C;
}
.AnyTagClassName
{
color: #4EE88C;
}
</style>
background-color css
<style>
a { background-color: #4EE88C; }
a { background-color: rgb(78,232,140); }
div.DivClassName
{
background-color: #4EE88C;
}
.BgClassName
{
background-color: #4EE88C;
}
</style>
border-color css
<style>
span { border-color: #4EE88C; }
span { border-color: rgb(78,232,140); }
td.TdClassName
{
border-color: #4EE88C;
}
.TagClassName
{
border-color: #4EE88C;
}
</style>