Shades of Mindaro #E1F27D
Tints of Mindaro #E1F27D
RGB
CMYK
RGB Variations
Color information
#E1F27D (or 0xE1F27D) is known color: Mindaro. HEX triplet: E1, F2 and 7D. RGB value is (225,242,125). Sum of RGB (Red+Green+Blue) = 225+242+125=592 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.01% from 592); Green value is 242 (94.92% from 255 or 40.88% from 592); Blue value is 125 (49.22% from 255 or 21.11% from 592); Max value from RGB is 242 - color contains mainly: green. Hex color #E1F27D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E1F27D is #1E0D82. Grayscale: #E0E0E0. Windows color (decimal): -1969539 or 8254177. OLE color: 8254177.
HSL color Cylindrical-coordinate representation of color #E1F27D: hue angle of 68.72º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E1F27D is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 242 | 125 | - |
| CMYK | 0.07 | 0 | 0.48 | 0.05 |
| HSL | 68.72º | 0.82% | 0.72% | - |
| HSV(B) | 68.72º | 0.48% | 0.95% | - |
| XYZ | 66.51 | 80.99 | 31.53 | - |
| YUV | 223.58 | 72.37 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 242 | 125 | 0.07 | 0 | 0.48 | 0.05 | 68.72 | 0.82 | 0.72 |
| Hex | E1 | F2 | 7D | 7 | 0 | 30 | 5 | 45 | 52 | 48 |
| Octal | 341 | 362 | 175 | 7 | 0 | 60 | 5 | 105 | 122 | 110 |
| Binary | 11100001 | 11110010 | 1111101 | 111 | 0 | 110000 | 101 | 1000101 | 1010010 | 1001000 |
Color Harmonies of #E1F27D
Complementary color
Monochromatic Colors of #E1F27D
Black with #E1F27D
Text Example
Text Example
White with #E1F27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F27D; }
p { color: rgb(225,242,125); }
H1.HeaderClassName
{
color: #E1F27D;
}
.AnyTagClassName
{
color: #E1F27D;
}
</style>
background-color css
<style>
a { background-color: #E1F27D; }
a { background-color: rgb(225,242,125); }
div.DivClassName
{
background-color: #E1F27D;
}
.BgClassName
{
background-color: #E1F27D;
}
</style>
border-color css
<style>
span { border-color: #E1F27D; }
span { border-color: rgb(225,242,125); }
td.TdClassName
{
border-color: #E1F27D;
}
.TagClassName
{
border-color: #E1F27D;
}
</style>