Shades of Manz #E2F24E
Tints of Manz #E2F24E
RGB
CMYK
RGB Variations
Color information
#E2F24E (or 0xE2F24E) is known color: Manz. HEX triplet: E2, F2 and 4E. RGB value is (226,242,78). Sum of RGB (Red+Green+Blue) = 226+242+78=546 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.39% from 546); Green value is 242 (94.92% from 255 or 44.32% from 546); Blue value is 78 (30.86% from 255 or 14.29% from 546); Max value from RGB is 242 - color contains mainly: green. Hex color #E2F24E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2F24E is #1D0DB1. Grayscale: #DBDBDB. Windows color (decimal): -1904050 or 5173986. OLE color: 5173986.
HSL color Cylindrical-coordinate representation of color #E2F24E: hue angle of 65.85º 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 #E2F24E is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 242 | 78 | - |
| CMYK | 0.07 | 0 | 0.68 | 0.05 |
| HSL | 65.85º | 0.86% | 0.63% | - |
| HSV(B) | 65.85º | 0.68% | 0.95% | - |
| XYZ | 64.49 | 80.22 | 19.29 | - |
| YUV | 218.52 | 48.7 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 242 | 78 | 0.07 | 0 | 0.68 | 0.05 | 65.85 | 0.86 | 0.63 |
| Hex | E2 | F2 | 4E | 7 | 0 | 44 | 5 | 42 | 56 | 3F |
| Octal | 342 | 362 | 116 | 7 | 0 | 104 | 5 | 102 | 126 | 77 |
| Binary | 11100010 | 11110010 | 1001110 | 111 | 0 | 1000100 | 101 | 1000010 | 1010110 | 111111 |
Color Harmonies of #E2F24E
Complementary color
Monochromatic Colors of #E2F24E
Black with #E2F24E
Text Example
Text Example
White with #E2F24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F24E; }
p { color: rgb(226,242,78); }
H1.HeaderClassName
{
color: #E2F24E;
}
.AnyTagClassName
{
color: #E2F24E;
}
</style>
background-color css
<style>
a { background-color: #E2F24E; }
a { background-color: rgb(226,242,78); }
div.DivClassName
{
background-color: #E2F24E;
}
.BgClassName
{
background-color: #E2F24E;
}
</style>
border-color css
<style>
span { border-color: #E2F24E; }
span { border-color: rgb(226,242,78); }
td.TdClassName
{
border-color: #E2F24E;
}
.TagClassName
{
border-color: #E2F24E;
}
</style>