Shades of Mindaro #E1FF7E
Tints of Mindaro #E1FF7E
RGB
CMYK
RGB Variations
Color information
#E1FF7E (or 0xE1FF7E) is known color: Mindaro. HEX triplet: E1, FF and 7E. RGB value is (225,255,126). Sum of RGB (Red+Green+Blue) = 225+255+126=606 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.13% from 606); Green value is 255 (100% from 255 or 42.08% from 606); Blue value is 126 (49.61% from 255 or 20.79% from 606); Max value from RGB is 255 - color contains mainly: green. Hex color #E1FF7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E1FF7E is #1E0081. Grayscale: #E7E7E7. Windows color (decimal): -1966210 or 8323041. OLE color: 8323041.
HSL color Cylindrical-coordinate representation of color #E1FF7E: hue angle of 73.95º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E1FF7E is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 255 | 126 | - |
| CMYK | 0.12 | 0 | 0.51 | 0 |
| HSL | 73.95º | 1% | 0.75% | - |
| HSV(B) | 73.95º | 0.51% | 1% | - |
| XYZ | 70.58 | 89.03 | 33.2 | - |
| YUV | 231.32 | 68.56 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 255 | 126 | 0.12 | 0 | 0.51 | 0 | 73.95 | 1 | 0.75 |
| Hex | E1 | FF | 7E | C | 0 | 33 | 0 | 4A | 64 | 4B |
| Octal | 341 | 377 | 176 | 14 | 0 | 63 | 0 | 112 | 144 | 113 |
| Binary | 11100001 | 11111111 | 1111110 | 1100 | 0 | 110011 | 0 | 1001010 | 1100100 | 1001011 |
Color Harmonies of #E1FF7E
Complementary color
Monochromatic Colors of #E1FF7E
Black with #E1FF7E
Text Example
Text Example
White with #E1FF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FF7E; }
p { color: rgb(225,255,126); }
H1.HeaderClassName
{
color: #E1FF7E;
}
.AnyTagClassName
{
color: #E1FF7E;
}
</style>
background-color css
<style>
a { background-color: #E1FF7E; }
a { background-color: rgb(225,255,126); }
div.DivClassName
{
background-color: #E1FF7E;
}
.BgClassName
{
background-color: #E1FF7E;
}
</style>
border-color css
<style>
span { border-color: #E1FF7E; }
span { border-color: rgb(225,255,126); }
td.TdClassName
{
border-color: #E1FF7E;
}
.TagClassName
{
border-color: #E1FF7E;
}
</style>