Shades of Manz #E2EE52
Tints of Manz #E2EE52
RGB
CMYK
RGB Variations
Color information
#E2EE52 (or 0xE2EE52) is known color: Manz. HEX triplet: E2, EE and 52. RGB value is (226,238,82). Sum of RGB (Red+Green+Blue) = 226+238+82=546 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.39% from 546); Green value is 238 (93.36% from 255 or 43.59% from 546); Blue value is 82 (32.42% from 255 or 15.02% from 546); Max value from RGB is 238 - color contains mainly: green. Hex color #E2EE52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2EE52 is #1D11AD. Grayscale: #D9D9D9. Windows color (decimal): -1905070 or 5435106. OLE color: 5435106.
HSL color Cylindrical-coordinate representation of color #E2EE52: hue angle of 64.62º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E2EE52 is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 238 | 82 | - |
| CMYK | 0.05 | 0 | 0.66 | 0.07 |
| HSL | 64.62º | 0.82% | 0.63% | - |
| HSV(B) | 64.62º | 0.66% | 0.93% | - |
| XYZ | 63.46 | 77.93 | 19.68 | - |
| YUV | 216.63 | 52.02 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 238 | 82 | 0.05 | 0 | 0.66 | 0.07 | 64.62 | 0.82 | 0.63 |
| Hex | E2 | EE | 52 | 5 | 0 | 42 | 7 | 41 | 52 | 3F |
| Octal | 342 | 356 | 122 | 5 | 0 | 102 | 7 | 101 | 122 | 77 |
| Binary | 11100010 | 11101110 | 1010010 | 101 | 0 | 1000010 | 111 | 1000001 | 1010010 | 111111 |
Color Harmonies of #E2EE52
Complementary color
Monochromatic Colors of #E2EE52
Black with #E2EE52
Text Example
Text Example
White with #E2EE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EE52; }
p { color: rgb(226,238,82); }
H1.HeaderClassName
{
color: #E2EE52;
}
.AnyTagClassName
{
color: #E2EE52;
}
</style>
background-color css
<style>
a { background-color: #E2EE52; }
a { background-color: rgb(226,238,82); }
div.DivClassName
{
background-color: #E2EE52;
}
.BgClassName
{
background-color: #E2EE52;
}
</style>
border-color css
<style>
span { border-color: #E2EE52; }
span { border-color: rgb(226,238,82); }
td.TdClassName
{
border-color: #E2EE52;
}
.TagClassName
{
border-color: #E2EE52;
}
</style>