Shades of Mindaro #E1FA71
Tints of Mindaro #E1FA71
RGB
CMYK
RGB Variations
Color information
#E1FA71 (or 0xE1FA71) is known color: Mindaro. HEX triplet: E1, FA and 71. RGB value is (225,250,113). Sum of RGB (Red+Green+Blue) = 225+250+113=588 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.27% from 588); Green value is 250 (98.05% from 255 or 42.52% from 588); Blue value is 113 (44.53% from 255 or 19.22% from 588); Max value from RGB is 250 - color contains mainly: green. Hex color #E1FA71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E1FA71 is #1E058E. Grayscale: #E3E3E3. Windows color (decimal): -1967503 or 7469793. OLE color: 7469793.
HSL color Cylindrical-coordinate representation of color #E1FA71: hue angle of 70.95º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E1FA71 is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 250 | 113 | - |
| CMYK | 0.10 | 0 | 0.55 | 0.02 |
| HSL | 70.95º | 0.93% | 0.71% | - |
| HSV(B) | 70.95º | 0.55% | 0.98% | - |
| XYZ | 68.22 | 85.57 | 28.54 | - |
| YUV | 226.91 | 63.72 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 250 | 113 | 0.10 | 0 | 0.55 | 0.02 | 70.95 | 0.93 | 0.71 |
| Hex | E1 | FA | 71 | A | 0 | 37 | 2 | 47 | 5D | 47 |
| Octal | 341 | 372 | 161 | 12 | 0 | 67 | 2 | 107 | 135 | 107 |
| Binary | 11100001 | 11111010 | 1110001 | 1010 | 0 | 110111 | 10 | 1000111 | 1011101 | 1000111 |
Color Harmonies of #E1FA71
Complementary color
Monochromatic Colors of #E1FA71
Black with #E1FA71
Text Example
Text Example
White with #E1FA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FA71; }
p { color: rgb(225,250,113); }
H1.HeaderClassName
{
color: #E1FA71;
}
.AnyTagClassName
{
color: #E1FA71;
}
</style>
background-color css
<style>
a { background-color: #E1FA71; }
a { background-color: rgb(225,250,113); }
div.DivClassName
{
background-color: #E1FA71;
}
.BgClassName
{
background-color: #E1FA71;
}
</style>
border-color css
<style>
span { border-color: #E1FA71; }
span { border-color: rgb(225,250,113); }
td.TdClassName
{
border-color: #E1FA71;
}
.TagClassName
{
border-color: #E1FA71;
}
</style>