Shades of Manz #E1F04F
Tints of Manz #E1F04F
RGB
CMYK
RGB Variations
Color information
#E1F04F (or 0xE1F04F) is known color: Manz. HEX triplet: E1, F0 and 4F. RGB value is (225,240,79). Sum of RGB (Red+Green+Blue) = 225+240+79=544 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.36% from 544); Green value is 240 (94.14% from 255 or 44.12% from 544); Blue value is 79 (31.25% from 255 or 14.52% from 544); Max value from RGB is 240 - color contains mainly: green. Hex color #E1F04F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E1F04F is #1E0FB0. Grayscale: #D9D9D9. Windows color (decimal): -1970097 or 5239009. OLE color: 5239009.
HSL color Cylindrical-coordinate representation of color #E1F04F: hue angle of 65.59º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E1F04F is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 240 | 79 | - |
| CMYK | 0.06 | 0 | 0.67 | 0.06 |
| HSL | 65.59º | 0.84% | 0.63% | - |
| HSV(B) | 65.59º | 0.67% | 0.94% | - |
| XYZ | 63.62 | 78.89 | 19.27 | - |
| YUV | 217.16 | 50.03 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 240 | 79 | 0.06 | 0 | 0.67 | 0.06 | 65.59 | 0.84 | 0.63 |
| Hex | E1 | F0 | 4F | 6 | 0 | 43 | 6 | 42 | 54 | 3F |
| Octal | 341 | 360 | 117 | 6 | 0 | 103 | 6 | 102 | 124 | 77 |
| Binary | 11100001 | 11110000 | 1001111 | 110 | 0 | 1000011 | 110 | 1000010 | 1010100 | 111111 |
Color Harmonies of #E1F04F
Complementary color
Monochromatic Colors of #E1F04F
Black with #E1F04F
Text Example
Text Example
White with #E1F04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F04F; }
p { color: rgb(225,240,79); }
H1.HeaderClassName
{
color: #E1F04F;
}
.AnyTagClassName
{
color: #E1F04F;
}
</style>
background-color css
<style>
a { background-color: #E1F04F; }
a { background-color: rgb(225,240,79); }
div.DivClassName
{
background-color: #E1F04F;
}
.BgClassName
{
background-color: #E1F04F;
}
</style>
border-color css
<style>
span { border-color: #E1F04F; }
span { border-color: rgb(225,240,79); }
td.TdClassName
{
border-color: #E1F04F;
}
.TagClassName
{
border-color: #E1F04F;
}
</style>