Shades of Manz #E2F14E
Tints of Manz #E2F14E
RGB
CMYK
RGB Variations
Color information
#E2F14E (or 0xE2F14E) is known color: Manz. HEX triplet: E2, F1 and 4E. RGB value is (226,241,78). Sum of RGB (Red+Green+Blue) = 226+241+78=545 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.47% from 545); Green value is 241 (94.53% from 255 or 44.22% from 545); Blue value is 78 (30.86% from 255 or 14.31% from 545); Max value from RGB is 241 - color contains mainly: green. Hex color #E2F14E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2F14E is #1D0EB1. Grayscale: #DADADA. Windows color (decimal): -1904306 or 5173730. OLE color: 5173730.
HSL color Cylindrical-coordinate representation of color #E2F14E: hue angle of 65.52º 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 #E2F14E is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 241 | 78 | - |
| CMYK | 0.06 | 0 | 0.68 | 0.05 |
| HSL | 65.52º | 0.85% | 0.63% | - |
| HSV(B) | 65.52º | 0.68% | 0.95% | - |
| XYZ | 64.19 | 79.63 | 19.19 | - |
| YUV | 217.93 | 49.03 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 241 | 78 | 0.06 | 0 | 0.68 | 0.05 | 65.52 | 0.85 | 0.63 |
| Hex | E2 | F1 | 4E | 6 | 0 | 44 | 5 | 42 | 55 | 3F |
| Octal | 342 | 361 | 116 | 6 | 0 | 104 | 5 | 102 | 125 | 77 |
| Binary | 11100010 | 11110001 | 1001110 | 110 | 0 | 1000100 | 101 | 1000010 | 1010101 | 111111 |
Color Harmonies of #E2F14E
Complementary color
Monochromatic Colors of #E2F14E
Black with #E2F14E
Text Example
Text Example
White with #E2F14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F14E; }
p { color: rgb(226,241,78); }
H1.HeaderClassName
{
color: #E2F14E;
}
.AnyTagClassName
{
color: #E2F14E;
}
</style>
background-color css
<style>
a { background-color: #E2F14E; }
a { background-color: rgb(226,241,78); }
div.DivClassName
{
background-color: #E2F14E;
}
.BgClassName
{
background-color: #E2F14E;
}
</style>
border-color css
<style>
span { border-color: #E2F14E; }
span { border-color: rgb(226,241,78); }
td.TdClassName
{
border-color: #E2F14E;
}
.TagClassName
{
border-color: #E2F14E;
}
</style>