#E2FA7E

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

Shades of Mindaro #E2FA7E

Tints of Mindaro #E2FA7E

Color information

#E2FA7E (or 0xE2FA7E) is unknown color: approx Mindaro. HEX triplet: E2, FA and 7E. RGB value is (226,250,126). Sum of RGB (Red+Green+Blue) = 226+250+126=602 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.54% from 602); Green value is 250 (98.05% from 255 or 41.53% from 602); Blue value is 126 (49.61% from 255 or 20.93% from 602); Max value from RGB is 250 - color contains mainly: green. Hex color #E2FA7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2FA7E is #1D0581. Grayscale: #E5E5E5. Windows color (decimal): -1901954 or 8321762. OLE color: 8321762.

HSL color Cylindrical-coordinate representation of color #E2FA7E: hue angle of 71.61º 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 #E2FA7E is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB226250126-
CMYK0.1000.500.02
HSL71.61º92.54%73.73%-
HSV(B)71.61º49.6%98.04%-
XYZ69.3286.0532.69-
YUV228.6970.05126.08-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.54%
GREEN value IS 250 (98.05% from 255) = 41.53%
BLUE value IS 126 (49.61% from 255) = 20.93%
R=37.54%
G=41.53%
B=20.93%

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
Decimal2262501260.1000.500.0271.6192.5473.73
HexE2FA7EA0322485d4a
Octal342372176120622110135112
Binary111000101111101011111101010011001010100100010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FA7E; }

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

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

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

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

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

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

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

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