Shades of Manz #E2F44D
Tints of Manz #E2F44D
RGB
CMYK
RGB Variations
Color information
#E2F44D (or 0xE2F44D) is known color: Manz. HEX triplet: E2, F4 and 4D. RGB value is (226,244,77). Sum of RGB (Red+Green+Blue) = 226+244+77=547 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.32% from 547); Green value is 244 (95.70% from 255 or 44.61% from 547); Blue value is 77 (30.47% from 255 or 14.08% from 547); Max value from RGB is 244 - color contains mainly: green. Hex color #E2F44D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2F44D is #1D0BB2. Grayscale: #DCDCDC. Windows color (decimal): -1903539 or 5108962. OLE color: 5108962.
HSL color Cylindrical-coordinate representation of color #E2F44D: hue angle of 66.47º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E2F44D is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 226 | 244 | 77 | - |
| CMYK | 0.07 | 0 | 0.68 | 0.04 |
| HSL | 66.47º | 0.88% | 0.63% | - |
| HSV(B) | 66.47º | 0.68% | 0.96% | - |
| XYZ | 65.05 | 81.41 | 19.31 | - |
| YUV | 219.58 | 47.54 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 244 | 77 | 0.07 | 0 | 0.68 | 0.04 | 66.47 | 0.88 | 0.63 |
| Hex | E2 | F4 | 4D | 7 | 0 | 44 | 4 | 42 | 58 | 3F |
| Octal | 342 | 364 | 115 | 7 | 0 | 104 | 4 | 102 | 130 | 77 |
| Binary | 11100010 | 11110100 | 1001101 | 111 | 0 | 1000100 | 100 | 1000010 | 1011000 | 111111 |
Color Harmonies of #E2F44D
Complementary color
Monochromatic Colors of #E2F44D
Black with #E2F44D
Text Example
Text Example
White with #E2F44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F44D; }
p { color: rgb(226,244,77); }
H1.HeaderClassName
{
color: #E2F44D;
}
.AnyTagClassName
{
color: #E2F44D;
}
</style>
background-color css
<style>
a { background-color: #E2F44D; }
a { background-color: rgb(226,244,77); }
div.DivClassName
{
background-color: #E2F44D;
}
.BgClassName
{
background-color: #E2F44D;
}
</style>
border-color css
<style>
span { border-color: #E2F44D; }
span { border-color: rgb(226,244,77); }
td.TdClassName
{
border-color: #E2F44D;
}
.TagClassName
{
border-color: #E2F44D;
}
</style>