Shades of Mindaro #E1FD7E
Tints of Mindaro #E1FD7E
RGB
CMYK
RGB Variations
Color information
#E1FD7E (or 0xE1FD7E) is known color: Mindaro. HEX triplet: E1, FD and 7E. RGB value is (225,253,126). Sum of RGB (Red+Green+Blue) = 225+253+126=604 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.25% from 604); Green value is 253 (99.22% from 255 or 41.89% from 604); Blue value is 126 (49.61% from 255 or 20.86% from 604); Max value from RGB is 253 - color contains mainly: green. Hex color #E1FD7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E1FD7E is #1E0281. Grayscale: #E6E6E6. Windows color (decimal): -1966722 or 8322529. OLE color: 8322529.
HSL color Cylindrical-coordinate representation of color #E1FD7E: hue angle of 73.23º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E1FD7E is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 253 | 126 | - |
| CMYK | 0.11 | 0 | 0.50 | 0.01 |
| HSL | 73.23º | 0.97% | 0.74% | - |
| HSV(B) | 73.23º | 0.5% | 0.99% | - |
| XYZ | 69.94 | 87.76 | 32.99 | - |
| YUV | 230.15 | 69.22 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 253 | 126 | 0.11 | 0 | 0.50 | 0.01 | 73.23 | 0.97 | 0.74 |
| Hex | E1 | FD | 7E | B | 0 | 32 | 1 | 49 | 61 | 4A |
| Octal | 341 | 375 | 176 | 13 | 0 | 62 | 1 | 111 | 141 | 112 |
| Binary | 11100001 | 11111101 | 1111110 | 1011 | 0 | 110010 | 1 | 1001001 | 1100001 | 1001010 |
Color Harmonies of #E1FD7E
Complementary color
Monochromatic Colors of #E1FD7E
Black with #E1FD7E
Text Example
Text Example
White with #E1FD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FD7E; }
p { color: rgb(225,253,126); }
H1.HeaderClassName
{
color: #E1FD7E;
}
.AnyTagClassName
{
color: #E1FD7E;
}
</style>
background-color css
<style>
a { background-color: #E1FD7E; }
a { background-color: rgb(225,253,126); }
div.DivClassName
{
background-color: #E1FD7E;
}
.BgClassName
{
background-color: #E1FD7E;
}
</style>
border-color css
<style>
span { border-color: #E1FD7E; }
span { border-color: rgb(225,253,126); }
td.TdClassName
{
border-color: #E1FD7E;
}
.TagClassName
{
border-color: #E1FD7E;
}
</style>