Shades of Mindaro #E1F07D
Tints of Mindaro #E1F07D
RGB
CMYK
RGB Variations
Color information
#E1F07D (or 0xE1F07D) is known color: Mindaro. HEX triplet: E1, F0 and 7D. RGB value is (225,240,125). Sum of RGB (Red+Green+Blue) = 225+240+125=590 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.14% from 590); Green value is 240 (94.14% from 255 or 40.68% from 590); Blue value is 125 (49.22% from 255 or 21.19% from 590); Max value from RGB is 240 - color contains mainly: green. Hex color #E1F07D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E1F07D is #1E0F82. Grayscale: #DEDEDE. Windows color (decimal): -1970051 or 8253665. OLE color: 8253665.
HSL color Cylindrical-coordinate representation of color #E1F07D: hue angle of 67.83º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E1F07D is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 240 | 125 | - |
| CMYK | 0.06 | 0 | 0.48 | 0.06 |
| HSL | 67.83º | 0.79% | 0.72% | - |
| HSV(B) | 67.83º | 0.48% | 0.94% | - |
| XYZ | 65.91 | 79.81 | 31.33 | - |
| YUV | 222.41 | 73.03 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 240 | 125 | 0.06 | 0 | 0.48 | 0.06 | 67.83 | 0.79 | 0.72 |
| Hex | E1 | F0 | 7D | 6 | 0 | 30 | 6 | 44 | 4F | 48 |
| Octal | 341 | 360 | 175 | 6 | 0 | 60 | 6 | 104 | 117 | 110 |
| Binary | 11100001 | 11110000 | 1111101 | 110 | 0 | 110000 | 110 | 1000100 | 1001111 | 1001000 |
Color Harmonies of #E1F07D
Complementary color
Monochromatic Colors of #E1F07D
Black with #E1F07D
Text Example
Text Example
White with #E1F07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F07D; }
p { color: rgb(225,240,125); }
H1.HeaderClassName
{
color: #E1F07D;
}
.AnyTagClassName
{
color: #E1F07D;
}
</style>
background-color css
<style>
a { background-color: #E1F07D; }
a { background-color: rgb(225,240,125); }
div.DivClassName
{
background-color: #E1F07D;
}
.BgClassName
{
background-color: #E1F07D;
}
</style>
border-color css
<style>
span { border-color: #E1F07D; }
span { border-color: rgb(225,240,125); }
td.TdClassName
{
border-color: #E1F07D;
}
.TagClassName
{
border-color: #E1F07D;
}
</style>