Shades of Mindaro #E1F47A
Tints of Mindaro #E1F47A
RGB
CMYK
RGB Variations
Color information
#E1F47A (or 0xE1F47A) is known color: Mindaro. HEX triplet: E1, F4 and 7A. RGB value is (225,244,122). Sum of RGB (Red+Green+Blue) = 225+244+122=591 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.07% from 591); Green value is 244 (95.70% from 255 or 41.29% from 591); Blue value is 122 (48.05% from 255 or 20.64% from 591); Max value from RGB is 244 - color contains mainly: green. Hex color #E1F47A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E1F47A is #1E0B85. Grayscale: #E0E0E0. Windows color (decimal): -1969030 or 8058081. OLE color: 8058081.
HSL color Cylindrical-coordinate representation of color #E1F47A: hue angle of 69.34º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E1F47A is Cyan = 0.08, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 244 | 122 | - |
| CMYK | 0.08 | 0 | 0.5 | 0.04 |
| HSL | 69.34º | 0.85% | 0.72% | - |
| HSV(B) | 69.34º | 0.5% | 0.96% | - |
| XYZ | 66.91 | 82.11 | 30.74 | - |
| YUV | 224.41 | 70.21 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 244 | 122 | 0.08 | 0 | 0.5 | 0.04 | 69.34 | 0.85 | 0.72 |
| Hex | E1 | F4 | 7A | 8 | 0 | 32 | 4 | 45 | 55 | 48 |
| Octal | 341 | 364 | 172 | 10 | 0 | 62 | 4 | 105 | 125 | 110 |
| Binary | 11100001 | 11110100 | 1111010 | 1000 | 0 | 110010 | 100 | 1000101 | 1010101 | 1001000 |
Color Harmonies of #E1F47A
Complementary color
Monochromatic Colors of #E1F47A
Black with #E1F47A
Text Example
Text Example
White with #E1F47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F47A; }
p { color: rgb(225,244,122); }
H1.HeaderClassName
{
color: #E1F47A;
}
.AnyTagClassName
{
color: #E1F47A;
}
</style>
background-color css
<style>
a { background-color: #E1F47A; }
a { background-color: rgb(225,244,122); }
div.DivClassName
{
background-color: #E1F47A;
}
.BgClassName
{
background-color: #E1F47A;
}
</style>
border-color css
<style>
span { border-color: #E1F47A; }
span { border-color: rgb(225,244,122); }
td.TdClassName
{
border-color: #E1F47A;
}
.TagClassName
{
border-color: #E1F47A;
}
</style>