Shades of Manz #E2F24D
Tints of Manz #E2F24D
RGB
CMYK
RGB Variations
Color information
#E2F24D (or 0xE2F24D) is known color: Manz. HEX triplet: E2, F2 and 4D. RGB value is (226,242,77). Sum of RGB (Red+Green+Blue) = 226+242+77=545 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.47% from 545); Green value is 242 (94.92% from 255 or 44.40% from 545); Blue value is 77 (30.47% from 255 or 14.13% from 545); Max value from RGB is 242 - color contains mainly: green. Hex color #E2F24D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2F24D is #1D0DB2. Grayscale: #DBDBDB. Windows color (decimal): -1904051 or 5108450. OLE color: 5108450.
HSL color Cylindrical-coordinate representation of color #E2F24D: hue angle of 65.82º 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 #E2F24D is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 242 | 77 | - |
| CMYK | 0.07 | 0 | 0.68 | 0.05 |
| HSL | 65.82º | 0.86% | 0.63% | - |
| HSV(B) | 65.82º | 0.68% | 0.95% | - |
| XYZ | 64.46 | 80.21 | 19.11 | - |
| YUV | 218.41 | 48.2 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 242 | 77 | 0.07 | 0 | 0.68 | 0.05 | 65.82 | 0.86 | 0.63 |
| Hex | E2 | F2 | 4D | 7 | 0 | 44 | 5 | 42 | 56 | 3F |
| Octal | 342 | 362 | 115 | 7 | 0 | 104 | 5 | 102 | 126 | 77 |
| Binary | 11100010 | 11110010 | 1001101 | 111 | 0 | 1000100 | 101 | 1000010 | 1010110 | 111111 |
Color Harmonies of #E2F24D
Complementary color
Monochromatic Colors of #E2F24D
Black with #E2F24D
Text Example
Text Example
White with #E2F24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F24D; }
p { color: rgb(226,242,77); }
H1.HeaderClassName
{
color: #E2F24D;
}
.AnyTagClassName
{
color: #E2F24D;
}
</style>
background-color css
<style>
a { background-color: #E2F24D; }
a { background-color: rgb(226,242,77); }
div.DivClassName
{
background-color: #E2F24D;
}
.BgClassName
{
background-color: #E2F24D;
}
</style>
border-color css
<style>
span { border-color: #E2F24D; }
span { border-color: rgb(226,242,77); }
td.TdClassName
{
border-color: #E2F24D;
}
.TagClassName
{
border-color: #E2F24D;
}
</style>