Shades of Mindaro #E1F97D
Tints of Mindaro #E1F97D
RGB
CMYK
RGB Variations
Color information
#E1F97D (or 0xE1F97D) is known color: Mindaro. HEX triplet: E1, F9 and 7D. RGB value is (225,249,125). Sum of RGB (Red+Green+Blue) = 225+249+125=599 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.56% from 599); Green value is 249 (97.66% from 255 or 41.57% from 599); Blue value is 125 (49.22% from 255 or 20.87% from 599); Max value from RGB is 249 - color contains mainly: green. Hex color #E1F97D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E1F97D is #1E0682. Grayscale: #E4E4E4. Windows color (decimal): -1967747 or 8255969. OLE color: 8255969.
HSL color Cylindrical-coordinate representation of color #E1F97D: hue angle of 71.61º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E1F97D is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 249 | 125 | - |
| CMYK | 0.10 | 0 | 0.50 | 0.02 |
| HSL | 71.61º | 0.91% | 0.73% | - |
| HSV(B) | 71.61º | 0.5% | 0.98% | - |
| XYZ | 68.63 | 85.24 | 32.24 | - |
| YUV | 227.69 | 70.05 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 249 | 125 | 0.10 | 0 | 0.50 | 0.02 | 71.61 | 0.91 | 0.73 |
| Hex | E1 | F9 | 7D | A | 0 | 32 | 2 | 48 | 5B | 49 |
| Octal | 341 | 371 | 175 | 12 | 0 | 62 | 2 | 110 | 133 | 111 |
| Binary | 11100001 | 11111001 | 1111101 | 1010 | 0 | 110010 | 10 | 1001000 | 1011011 | 1001001 |
Color Harmonies of #E1F97D
Complementary color
Monochromatic Colors of #E1F97D
Black with #E1F97D
Text Example
Text Example
White with #E1F97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F97D; }
p { color: rgb(225,249,125); }
H1.HeaderClassName
{
color: #E1F97D;
}
.AnyTagClassName
{
color: #E1F97D;
}
</style>
background-color css
<style>
a { background-color: #E1F97D; }
a { background-color: rgb(225,249,125); }
div.DivClassName
{
background-color: #E1F97D;
}
.BgClassName
{
background-color: #E1F97D;
}
</style>
border-color css
<style>
span { border-color: #E1F97D; }
span { border-color: rgb(225,249,125); }
td.TdClassName
{
border-color: #E1F97D;
}
.TagClassName
{
border-color: #E1F97D;
}
</style>