Shades of Manz #E2F04C
Tints of Manz #E2F04C
RGB
CMYK
RGB Variations
Color information
#E2F04C (or 0xE2F04C) is known color: Manz. HEX triplet: E2, F0 and 4C. RGB value is (226,240,76). Sum of RGB (Red+Green+Blue) = 226+240+76=542 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.70% from 542); Green value is 240 (94.14% from 255 or 44.28% from 542); Blue value is 76 (30.08% from 255 or 14.02% from 542); Max value from RGB is 240 - color contains mainly: green. Hex color #E2F04C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F04C is #1D0FB3. Grayscale: #D9D9D9. Windows color (decimal): -1904564 or 5042402. OLE color: 5042402.
HSL color Cylindrical-coordinate representation of color #E2F04C: hue angle of 65.12º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E2F04C is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 240 | 76 | - |
| CMYK | 0.06 | 0 | 0.68 | 0.06 |
| HSL | 65.12º | 0.85% | 0.62% | - |
| HSV(B) | 65.12º | 0.68% | 0.94% | - |
| XYZ | 63.83 | 79.01 | 18.72 | - |
| YUV | 217.12 | 48.36 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 240 | 76 | 0.06 | 0 | 0.68 | 0.06 | 65.12 | 0.85 | 0.62 |
| Hex | E2 | F0 | 4C | 6 | 0 | 44 | 6 | 41 | 55 | 3E |
| Octal | 342 | 360 | 114 | 6 | 0 | 104 | 6 | 101 | 125 | 76 |
| Binary | 11100010 | 11110000 | 1001100 | 110 | 0 | 1000100 | 110 | 1000001 | 1010101 | 111110 |
Color Harmonies of #E2F04C
Complementary color
Monochromatic Colors of #E2F04C
Black with #E2F04C
Text Example
Text Example
White with #E2F04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F04C; }
p { color: rgb(226,240,76); }
H1.HeaderClassName
{
color: #E2F04C;
}
.AnyTagClassName
{
color: #E2F04C;
}
</style>
background-color css
<style>
a { background-color: #E2F04C; }
a { background-color: rgb(226,240,76); }
div.DivClassName
{
background-color: #E2F04C;
}
.BgClassName
{
background-color: #E2F04C;
}
</style>
border-color css
<style>
span { border-color: #E2F04C; }
span { border-color: rgb(226,240,76); }
td.TdClassName
{
border-color: #E2F04C;
}
.TagClassName
{
border-color: #E2F04C;
}
</style>