Shades of Mindaro #E2FF75
Tints of Mindaro #E2FF75
RGB
CMYK
RGB Variations
Color information
#E2FF75 (or 0xE2FF75) is known color: Mindaro. HEX triplet: E2, FF and 75. RGB value is (226,255,117). Sum of RGB (Red+Green+Blue) = 226+255+117=598 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.79% from 598); Green value is 255 (100% from 255 or 42.64% from 598); Blue value is 117 (46.09% from 255 or 19.57% from 598); Max value from RGB is 255 - color contains mainly: green. Hex color #E2FF75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2FF75 is #1D008A. Grayscale: #E7E7E7. Windows color (decimal): -1900683 or 7733218. OLE color: 7733218.
HSL color Cylindrical-coordinate representation of color #E2FF75: hue angle of 72.61º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E2FF75 is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 255 | 117 | - |
| CMYK | 0.11 | 0 | 0.54 | 0 |
| HSL | 72.61º | 1% | 0.73% | - |
| HSV(B) | 72.61º | 0.54% | 1% | - |
| XYZ | 70.33 | 88.97 | 30.3 | - |
| YUV | 230.6 | 63.89 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 255 | 117 | 0.11 | 0 | 0.54 | 0 | 72.61 | 1 | 0.73 |
| Hex | E2 | FF | 75 | B | 0 | 36 | 0 | 49 | 64 | 49 |
| Octal | 342 | 377 | 165 | 13 | 0 | 66 | 0 | 111 | 144 | 111 |
| Binary | 11100010 | 11111111 | 1110101 | 1011 | 0 | 110110 | 0 | 1001001 | 1100100 | 1001001 |
Color Harmonies of #E2FF75
Complementary color
Monochromatic Colors of #E2FF75
Black with #E2FF75
Text Example
Text Example
White with #E2FF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FF75; }
p { color: rgb(226,255,117); }
H1.HeaderClassName
{
color: #E2FF75;
}
.AnyTagClassName
{
color: #E2FF75;
}
</style>
background-color css
<style>
a { background-color: #E2FF75; }
a { background-color: rgb(226,255,117); }
div.DivClassName
{
background-color: #E2FF75;
}
.BgClassName
{
background-color: #E2FF75;
}
</style>
border-color css
<style>
span { border-color: #E2FF75; }
span { border-color: rgb(226,255,117); }
td.TdClassName
{
border-color: #E2FF75;
}
.TagClassName
{
border-color: #E2FF75;
}
</style>