Shades of Mindaro #E2EF80
Tints of Mindaro #E2EF80
RGB
CMYK
RGB Variations
Color information
#E2EF80 (or 0xE2EF80) is known color: Mindaro. HEX triplet: E2, EF and 80. RGB value is (226,239,128). Sum of RGB (Red+Green+Blue) = 226+239+128=593 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.11% from 593); Green value is 239 (93.75% from 255 or 40.30% from 593); Blue value is 128 (50.39% from 255 or 21.59% from 593); Max value from RGB is 239 - color contains mainly: green. Hex color #E2EF80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2EF80 is #1D107F. Grayscale: #DEDEDE. Windows color (decimal): -1904768 or 8450018. OLE color: 8450018.
HSL color Cylindrical-coordinate representation of color #E2EF80: hue angle of 67.03º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E2EF80 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 239 | 128 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.06 |
| HSL | 67.03º | 0.78% | 0.72% | - |
| HSV(B) | 67.03º | 0.46% | 0.94% | - |
| XYZ | 66.13 | 79.46 | 32.27 | - |
| YUV | 222.46 | 74.69 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 239 | 128 | 0.05 | 0 | 0.46 | 0.06 | 67.03 | 0.78 | 0.72 |
| Hex | E2 | EF | 80 | 5 | 0 | 2E | 6 | 43 | 4E | 48 |
| Octal | 342 | 357 | 200 | 5 | 0 | 56 | 6 | 103 | 116 | 110 |
| Binary | 11100010 | 11101111 | 10000000 | 101 | 0 | 101110 | 110 | 1000011 | 1001110 | 1001000 |
Color Harmonies of #E2EF80
Complementary color
Monochromatic Colors of #E2EF80
Black with #E2EF80
Text Example
Text Example
White with #E2EF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EF80; }
p { color: rgb(226,239,128); }
H1.HeaderClassName
{
color: #E2EF80;
}
.AnyTagClassName
{
color: #E2EF80;
}
</style>
background-color css
<style>
a { background-color: #E2EF80; }
a { background-color: rgb(226,239,128); }
div.DivClassName
{
background-color: #E2EF80;
}
.BgClassName
{
background-color: #E2EF80;
}
</style>
border-color css
<style>
span { border-color: #E2EF80; }
span { border-color: rgb(226,239,128); }
td.TdClassName
{
border-color: #E2EF80;
}
.TagClassName
{
border-color: #E2EF80;
}
</style>