Shades of Manz #E2EF52
Tints of Manz #E2EF52
RGB
CMYK
RGB Variations
Color information
#E2EF52 (or 0xE2EF52) is known color: Manz. HEX triplet: E2, EF and 52. RGB value is (226,239,82). Sum of RGB (Red+Green+Blue) = 226+239+82=547 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.32% from 547); Green value is 239 (93.75% from 255 or 43.69% from 547); Blue value is 82 (32.42% from 255 or 14.99% from 547); Max value from RGB is 239 - color contains mainly: green. Hex color #E2EF52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2EF52 is #1D10AD. Grayscale: #D9D9D9. Windows color (decimal): -1904814 or 5435362. OLE color: 5435362.
HSL color Cylindrical-coordinate representation of color #E2EF52: hue angle of 64.97º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E2EF52 is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 239 | 82 | - |
| CMYK | 0.05 | 0 | 0.66 | 0.06 |
| HSL | 64.97º | 0.83% | 0.63% | - |
| HSV(B) | 64.97º | 0.66% | 0.94% | - |
| XYZ | 63.75 | 78.51 | 19.78 | - |
| YUV | 217.22 | 51.69 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 239 | 82 | 0.05 | 0 | 0.66 | 0.06 | 64.97 | 0.83 | 0.63 |
| Hex | E2 | EF | 52 | 5 | 0 | 42 | 6 | 41 | 53 | 3F |
| Octal | 342 | 357 | 122 | 5 | 0 | 102 | 6 | 101 | 123 | 77 |
| Binary | 11100010 | 11101111 | 1010010 | 101 | 0 | 1000010 | 110 | 1000001 | 1010011 | 111111 |
Color Harmonies of #E2EF52
Complementary color
Monochromatic Colors of #E2EF52
Black with #E2EF52
Text Example
Text Example
White with #E2EF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EF52; }
p { color: rgb(226,239,82); }
H1.HeaderClassName
{
color: #E2EF52;
}
.AnyTagClassName
{
color: #E2EF52;
}
</style>
background-color css
<style>
a { background-color: #E2EF52; }
a { background-color: rgb(226,239,82); }
div.DivClassName
{
background-color: #E2EF52;
}
.BgClassName
{
background-color: #E2EF52;
}
</style>
border-color css
<style>
span { border-color: #E2EF52; }
span { border-color: rgb(226,239,82); }
td.TdClassName
{
border-color: #E2EF52;
}
.TagClassName
{
border-color: #E2EF52;
}
</style>