Shades of Manz #E1F14D
Tints of Manz #E1F14D
RGB
CMYK
RGB Variations
Color information
#E1F14D (or 0xE1F14D) is known color: Manz. HEX triplet: E1, F1 and 4D. RGB value is (225,241,77). Sum of RGB (Red+Green+Blue) = 225+241+77=543 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.44% from 543); Green value is 241 (94.53% from 255 or 44.38% from 543); Blue value is 77 (30.47% from 255 or 14.18% from 543); Max value from RGB is 241 - color contains mainly: green. Hex color #E1F14D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E1F14D is #1E0EB2. Grayscale: #DADADA. Windows color (decimal): -1969843 or 5108193. OLE color: 5108193.
HSL color Cylindrical-coordinate representation of color #E1F14D: hue angle of 65.85º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E1F14D is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 241 | 77 | - |
| CMYK | 0.07 | 0 | 0.68 | 0.05 |
| HSL | 65.85º | 0.85% | 0.62% | - |
| HSV(B) | 65.85º | 0.68% | 0.95% | - |
| XYZ | 63.85 | 79.45 | 18.99 | - |
| YUV | 217.52 | 48.7 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 241 | 77 | 0.07 | 0 | 0.68 | 0.05 | 65.85 | 0.85 | 0.62 |
| Hex | E1 | F1 | 4D | 7 | 0 | 44 | 5 | 42 | 55 | 3E |
| Octal | 341 | 361 | 115 | 7 | 0 | 104 | 5 | 102 | 125 | 76 |
| Binary | 11100001 | 11110001 | 1001101 | 111 | 0 | 1000100 | 101 | 1000010 | 1010101 | 111110 |
Color Harmonies of #E1F14D
Complementary color
Monochromatic Colors of #E1F14D
Black with #E1F14D
Text Example
Text Example
White with #E1F14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F14D; }
p { color: rgb(225,241,77); }
H1.HeaderClassName
{
color: #E1F14D;
}
.AnyTagClassName
{
color: #E1F14D;
}
</style>
background-color css
<style>
a { background-color: #E1F14D; }
a { background-color: rgb(225,241,77); }
div.DivClassName
{
background-color: #E1F14D;
}
.BgClassName
{
background-color: #E1F14D;
}
</style>
border-color css
<style>
span { border-color: #E1F14D; }
span { border-color: rgb(225,241,77); }
td.TdClassName
{
border-color: #E1F14D;
}
.TagClassName
{
border-color: #E1F14D;
}
</style>