Shades of Manz #E2F54B
Tints of Manz #E2F54B
RGB
CMYK
RGB Variations
Color information
#E2F54B (or 0xE2F54B) is known color: Manz. HEX triplet: E2, F5 and 4B. RGB value is (226,245,75). Sum of RGB (Red+Green+Blue) = 226+245+75=546 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.39% from 546); Green value is 245 (96.09% from 255 or 44.87% from 546); Blue value is 75 (29.69% from 255 or 13.74% from 546); Max value from RGB is 245 - color contains mainly: green. Hex color #E2F54B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F54B is #1D0AB4. Grayscale: #DCDCDC. Windows color (decimal): -1903285 or 4978146. OLE color: 4978146.
HSL color Cylindrical-coordinate representation of color #E2F54B: hue angle of 66.71º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E2F54B is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 226 | 245 | 75 | - |
| CMYK | 0.08 | 0 | 0.69 | 0.04 |
| HSL | 66.71º | 0.89% | 0.63% | - |
| HSV(B) | 66.71º | 0.69% | 0.96% | - |
| XYZ | 65.29 | 81.98 | 19.04 | - |
| YUV | 219.94 | 46.21 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 245 | 75 | 0.08 | 0 | 0.69 | 0.04 | 66.71 | 0.89 | 0.63 |
| Hex | E2 | F5 | 4B | 8 | 0 | 45 | 4 | 43 | 59 | 3F |
| Octal | 342 | 365 | 113 | 10 | 0 | 105 | 4 | 103 | 131 | 77 |
| Binary | 11100010 | 11110101 | 1001011 | 1000 | 0 | 1000101 | 100 | 1000011 | 1011001 | 111111 |
Color Harmonies of #E2F54B
Complementary color
Monochromatic Colors of #E2F54B
Black with #E2F54B
Text Example
Text Example
White with #E2F54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F54B; }
p { color: rgb(226,245,75); }
H1.HeaderClassName
{
color: #E2F54B;
}
.AnyTagClassName
{
color: #E2F54B;
}
</style>
background-color css
<style>
a { background-color: #E2F54B; }
a { background-color: rgb(226,245,75); }
div.DivClassName
{
background-color: #E2F54B;
}
.BgClassName
{
background-color: #E2F54B;
}
</style>
border-color css
<style>
span { border-color: #E2F54B; }
span { border-color: rgb(226,245,75); }
td.TdClassName
{
border-color: #E2F54B;
}
.TagClassName
{
border-color: #E2F54B;
}
</style>