#E1FE7E

Color #E1FE7E Mindaro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mindaro #E1FE7E

Tints of Mindaro #E1FE7E

Color information

#E1FE7E (or 0xE1FE7E) is unknown color: approx Mindaro. HEX triplet: E1, FE and 7E. RGB value is (225,254,126). Sum of RGB (Red+Green+Blue) = 225+254+126=605 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.19% from 605); Green value is 254 (99.61% from 255 or 41.98% from 605); Blue value is 126 (49.61% from 255 or 20.83% from 605); Max value from RGB is 254 - color contains mainly: green. Hex color #E1FE7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E1FE7E is #1E0181. Grayscale: #E7E7E7. Windows color (decimal): -1966466 or 8322785. OLE color: 8322785.

HSL color Cylindrical-coordinate representation of color #E1FE7E: hue angle of 73.59º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E1FE7E is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB225254126-
CMYK0.1100.500.00
HSL73.59º98.46%74.51%-
HSV(B)73.59º50.39%99.61%-
XYZ70.2688.433.1-
YUV230.7468.89123.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 225 (88.28% from 255) = 37.19%
GREEN value IS 254 (99.61% from 255) = 41.98%
BLUE value IS 126 (49.61% from 255) = 20.83%
R=37.19%
G=41.98%
B=20.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2252541260.1100.500.0073.5998.4674.51
HexE1FE7EB03204a624b
Octal341376176130620112142113
Binary11100001111111101111110101101100100100101011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FE7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FE7E; }

 p { color: rgb(225,254,126); }

 H1.HeaderClassName
 {
   color: #E1FE7E;
 }
 .AnyTagClassName
 {
   color: #E1FE7E;
 }
</style>
background-color css

<style>
 a { background-color: #E1FE7E; }

 a { background-color: rgb(225,254,126); }

 div.DivClassName
 {
   background-color: #E1FE7E;
 }
 .BgClassName
 {
   background-color: #E1FE7E;
 }
</style>
border-color css

<style>
 span { border-color: #E1FE7E; }

 span { border-color: rgb(225,254,126); }

 td.TdClassName
 {
   border-color: #E1FE7E;
 }
 .TagClassName
 {
   border-color: #E1FE7E;
 }
</style>