Shades of Manz #E4F14E
Tints of Manz #E4F14E
RGB
CMYK
RGB Variations
Color information
#E4F14E (or 0xE4F14E) is known color: Manz. HEX triplet: E4, F1 and 4E. RGB value is (228,241,78). Sum of RGB (Red+Green+Blue) = 228+241+78=547 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.68% from 547); Green value is 241 (94.53% from 255 or 44.06% from 547); Blue value is 78 (30.86% from 255 or 14.26% from 547); Max value from RGB is 241 - color contains mainly: green. Hex color #E4F14E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E4F14E is #1B0EB1. Grayscale: #DBDBDB. Windows color (decimal): -1773234 or 5173732. OLE color: 5173732.
HSL color Cylindrical-coordinate representation of color #E4F14E: hue angle of 64.79º degrees, saturation: 0.85, 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 #E4F14E is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 241 | 78 | - |
| CMYK | 0.05 | 0 | 0.68 | 0.05 |
| HSL | 64.79º | 0.85% | 0.63% | - |
| HSV(B) | 64.79º | 0.68% | 0.95% | - |
| XYZ | 64.83 | 79.95 | 19.22 | - |
| YUV | 218.53 | 48.69 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 241 | 78 | 0.05 | 0 | 0.68 | 0.05 | 64.79 | 0.85 | 0.63 |
| Hex | E4 | F1 | 4E | 5 | 0 | 44 | 5 | 41 | 55 | 3F |
| Octal | 344 | 361 | 116 | 5 | 0 | 104 | 5 | 101 | 125 | 77 |
| Binary | 11100100 | 11110001 | 1001110 | 101 | 0 | 1000100 | 101 | 1000001 | 1010101 | 111111 |
Color Harmonies of #E4F14E
Complementary color
Monochromatic Colors of #E4F14E
Black with #E4F14E
Text Example
Text Example
White with #E4F14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4F14E; }
p { color: rgb(228,241,78); }
H1.HeaderClassName
{
color: #E4F14E;
}
.AnyTagClassName
{
color: #E4F14E;
}
</style>
background-color css
<style>
a { background-color: #E4F14E; }
a { background-color: rgb(228,241,78); }
div.DivClassName
{
background-color: #E4F14E;
}
.BgClassName
{
background-color: #E4F14E;
}
</style>
border-color css
<style>
span { border-color: #E4F14E; }
span { border-color: rgb(228,241,78); }
td.TdClassName
{
border-color: #E4F14E;
}
.TagClassName
{
border-color: #E4F14E;
}
</style>