Shades of Mindaro #E1FE74
Tints of Mindaro #E1FE74
RGB
CMYK
RGB Variations
Color information
#E1FE74 (or 0xE1FE74) is known color: Mindaro. HEX triplet: E1, FE and 74. RGB value is (225,254,116). Sum of RGB (Red+Green+Blue) = 225+254+116=595 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.82% from 595); Green value is 254 (99.61% from 255 or 42.69% from 595); Blue value is 116 (45.70% from 255 or 19.50% from 595); Max value from RGB is 254 - color contains mainly: green. Hex color #E1FE74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E1FE74 is #1E018B. Grayscale: #E6E6E6. Windows color (decimal): -1966476 or 7667425. OLE color: 7667425.
HSL color Cylindrical-coordinate representation of color #E1FE74: hue angle of 72.61º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E1FE74 is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 254 | 116 | - |
| CMYK | 0.11 | 0 | 0.54 | 0.00 |
| HSL | 72.61º | 0.99% | 0.73% | - |
| HSV(B) | 72.61º | 0.54% | 1% | - |
| XYZ | 69.65 | 88.15 | 29.87 | - |
| YUV | 229.6 | 63.89 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 254 | 116 | 0.11 | 0 | 0.54 | 0.00 | 72.61 | 0.99 | 0.73 |
| Hex | E1 | FE | 74 | B | 0 | 36 | 0 | 49 | 63 | 49 |
| Octal | 341 | 376 | 164 | 13 | 0 | 66 | 0 | 111 | 143 | 111 |
| Binary | 11100001 | 11111110 | 1110100 | 1011 | 0 | 110110 | 0 | 1001001 | 1100011 | 1001001 |
Color Harmonies of #E1FE74
Complementary color
Monochromatic Colors of #E1FE74
Black with #E1FE74
Text Example
Text Example
White with #E1FE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FE74; }
p { color: rgb(225,254,116); }
H1.HeaderClassName
{
color: #E1FE74;
}
.AnyTagClassName
{
color: #E1FE74;
}
</style>
background-color css
<style>
a { background-color: #E1FE74; }
a { background-color: rgb(225,254,116); }
div.DivClassName
{
background-color: #E1FE74;
}
.BgClassName
{
background-color: #E1FE74;
}
</style>
border-color css
<style>
span { border-color: #E1FE74; }
span { border-color: rgb(225,254,116); }
td.TdClassName
{
border-color: #E1FE74;
}
.TagClassName
{
border-color: #E1FE74;
}
</style>