Shades of Mindaro #E1F180
Tints of Mindaro #E1F180
RGB
CMYK
RGB Variations
Color information
#E1F180 (or 0xE1F180) is known color: Mindaro. HEX triplet: E1, F1 and 80. RGB value is (225,241,128). Sum of RGB (Red+Green+Blue) = 225+241+128=594 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.88% from 594); Green value is 241 (94.53% from 255 or 40.57% from 594); Blue value is 128 (50.39% from 255 or 21.55% from 594); Max value from RGB is 241 - color contains mainly: green. Hex color #E1F180 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1F180 is #1E0E7F. Grayscale: #DFDFDF. Windows color (decimal): -1969792 or 8450529. OLE color: 8450529.
HSL color Cylindrical-coordinate representation of color #E1F180: hue angle of 68.5º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E1F180 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 241 | 128 | - |
| CMYK | 0.07 | 0 | 0.47 | 0.05 |
| HSL | 68.5º | 0.8% | 0.72% | - |
| HSV(B) | 68.5º | 0.47% | 0.95% | - |
| XYZ | 66.4 | 80.48 | 32.46 | - |
| YUV | 223.33 | 74.2 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 241 | 128 | 0.07 | 0 | 0.47 | 0.05 | 68.5 | 0.8 | 0.72 |
| Hex | E1 | F1 | 80 | 7 | 0 | 2F | 5 | 44 | 50 | 48 |
| Octal | 341 | 361 | 200 | 7 | 0 | 57 | 5 | 104 | 120 | 110 |
| Binary | 11100001 | 11110001 | 10000000 | 111 | 0 | 101111 | 101 | 1000100 | 1010000 | 1001000 |
Color Harmonies of #E1F180
Complementary color
Monochromatic Colors of #E1F180
Black with #E1F180
Text Example
Text Example
White with #E1F180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F180; }
p { color: rgb(225,241,128); }
H1.HeaderClassName
{
color: #E1F180;
}
.AnyTagClassName
{
color: #E1F180;
}
</style>
background-color css
<style>
a { background-color: #E1F180; }
a { background-color: rgb(225,241,128); }
div.DivClassName
{
background-color: #E1F180;
}
.BgClassName
{
background-color: #E1F180;
}
</style>
border-color css
<style>
span { border-color: #E1F180; }
span { border-color: rgb(225,241,128); }
td.TdClassName
{
border-color: #E1F180;
}
.TagClassName
{
border-color: #E1F180;
}
</style>