Shades of Mindaro #E1FE7A
Tints of Mindaro #E1FE7A
RGB
CMYK
RGB Variations
Color information
#E1FE7A (or 0xE1FE7A) is known color: Mindaro. HEX triplet: E1, FE and 7A. RGB value is (225,254,122). Sum of RGB (Red+Green+Blue) = 225+254+122=601 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.44% from 601); Green value is 254 (99.61% from 255 or 42.26% from 601); Blue value is 122 (48.05% from 255 or 20.30% from 601); Max value from RGB is 254 - color contains mainly: green. Hex color #E1FE7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E1FE7A is #1E0185. Grayscale: #E6E6E6. Windows color (decimal): -1966470 or 8060641. OLE color: 8060641.
HSL color Cylindrical-coordinate representation of color #E1FE7A: hue angle of 73.18º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E1FE7A is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 254 | 122 | - |
| CMYK | 0.11 | 0 | 0.52 | 0.00 |
| HSL | 73.18º | 0.99% | 0.74% | - |
| HSV(B) | 73.18º | 0.52% | 1% | - |
| XYZ | 70.01 | 88.3 | 31.77 | - |
| YUV | 230.28 | 66.89 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 254 | 122 | 0.11 | 0 | 0.52 | 0.00 | 73.18 | 0.99 | 0.74 |
| Hex | E1 | FE | 7A | B | 0 | 34 | 0 | 49 | 63 | 4A |
| Octal | 341 | 376 | 172 | 13 | 0 | 64 | 0 | 111 | 143 | 112 |
| Binary | 11100001 | 11111110 | 1111010 | 1011 | 0 | 110100 | 0 | 1001001 | 1100011 | 1001010 |
Color Harmonies of #E1FE7A
Complementary color
Monochromatic Colors of #E1FE7A
Black with #E1FE7A
Text Example
Text Example
White with #E1FE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FE7A; }
p { color: rgb(225,254,122); }
H1.HeaderClassName
{
color: #E1FE7A;
}
.AnyTagClassName
{
color: #E1FE7A;
}
</style>
background-color css
<style>
a { background-color: #E1FE7A; }
a { background-color: rgb(225,254,122); }
div.DivClassName
{
background-color: #E1FE7A;
}
.BgClassName
{
background-color: #E1FE7A;
}
</style>
border-color css
<style>
span { border-color: #E1FE7A; }
span { border-color: rgb(225,254,122); }
td.TdClassName
{
border-color: #E1FE7A;
}
.TagClassName
{
border-color: #E1FE7A;
}
</style>