#E1FA7E

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

Shades of Mindaro #E1FA7E

Tints of Mindaro #E1FA7E

Color information

#E1FA7E (or 0xE1FA7E) is unknown color: approx Mindaro. HEX triplet: E1, FA and 7E. RGB value is (225,250,126). Sum of RGB (Red+Green+Blue) = 225+250+126=601 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.44% from 601); Green value is 250 (98.05% from 255 or 41.60% from 601); Blue value is 126 (49.61% from 255 or 20.97% from 601); Max value from RGB is 250 - color contains mainly: green. Hex color #E1FA7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E1FA7E is #1E0581. Grayscale: #E4E4E4. Windows color (decimal): -1967490 or 8321761. OLE color: 8321761.

HSL color Cylindrical-coordinate representation of color #E1FA7E: hue angle of 72.1º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E1FA7E is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB225250126-
CMYK0.1000.500.02
HSL72.1º92.54%73.73%-
HSV(B)72.1º49.6%98.04%-
XYZ6985.8932.68-
YUV228.3970.22125.58-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.44%
GREEN value IS 250 (98.05% from 255) = 41.60%
BLUE value IS 126 (49.61% from 255) = 20.97%
R=37.44%
G=41.60%
B=20.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2252501260.1000.500.0272.192.5473.73
HexE1FA7EA0322485d4a
Octal341372176120622110135112
Binary111000011111101011111101010011001010100100010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FA7E; }

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

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

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

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

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

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

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

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