Shades of Manz #E2EA4E
Tints of Manz #E2EA4E
RGB
CMYK
RGB Variations
Color information
#E2EA4E (or 0xE2EA4E) is known color: Manz. HEX triplet: E2, EA and 4E. RGB value is (226,234,78). Sum of RGB (Red+Green+Blue) = 226+234+78=538 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.01% from 538); Green value is 234 (91.80% from 255 or 43.49% from 538); Blue value is 78 (30.86% from 255 or 14.50% from 538); Max value from RGB is 234 - color contains mainly: green. Hex color #E2EA4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2EA4E is #1D15B1. Grayscale: #D6D6D6. Windows color (decimal): -1906098 or 5171938. OLE color: 5171938.
HSL color Cylindrical-coordinate representation of color #E2EA4E: hue angle of 63.08º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E2EA4E is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 234 | 78 | - |
| CMYK | 0.03 | 0 | 0.67 | 0.08 |
| HSL | 63.08º | 0.79% | 0.61% | - |
| HSV(B) | 63.08º | 0.67% | 0.92% | - |
| XYZ | 62.16 | 75.56 | 18.52 | - |
| YUV | 213.82 | 51.35 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 234 | 78 | 0.03 | 0 | 0.67 | 0.08 | 63.08 | 0.79 | 0.61 |
| Hex | E2 | EA | 4E | 3 | 0 | 43 | 8 | 3F | 4F | 3D |
| Octal | 342 | 352 | 116 | 3 | 0 | 103 | 10 | 77 | 117 | 75 |
| Binary | 11100010 | 11101010 | 1001110 | 11 | 0 | 1000011 | 1000 | 111111 | 1001111 | 111101 |
Color Harmonies of #E2EA4E
Complementary color
Monochromatic Colors of #E2EA4E
Black with #E2EA4E
Text Example
Text Example
White with #E2EA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EA4E; }
p { color: rgb(226,234,78); }
H1.HeaderClassName
{
color: #E2EA4E;
}
.AnyTagClassName
{
color: #E2EA4E;
}
</style>
background-color css
<style>
a { background-color: #E2EA4E; }
a { background-color: rgb(226,234,78); }
div.DivClassName
{
background-color: #E2EA4E;
}
.BgClassName
{
background-color: #E2EA4E;
}
</style>
border-color css
<style>
span { border-color: #E2EA4E; }
span { border-color: rgb(226,234,78); }
td.TdClassName
{
border-color: #E2EA4E;
}
.TagClassName
{
border-color: #E2EA4E;
}
</style>