#E2FA7D

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

Shades of Mindaro #E2FA7D

Tints of Mindaro #E2FA7D

Color information

#E2FA7D (or 0xE2FA7D) is unknown color: approx Mindaro. HEX triplet: E2, FA and 7D. RGB value is (226,250,125). Sum of RGB (Red+Green+Blue) = 226+250+125=601 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.60% from 601); Green value is 250 (98.05% from 255 or 41.60% from 601); Blue value is 125 (49.22% from 255 or 20.80% from 601); Max value from RGB is 250 - color contains mainly: green. Hex color #E2FA7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2FA7D is #1D0582. Grayscale: #E5E5E5. Windows color (decimal): -1901955 or 8256226. OLE color: 8256226.

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

Color convert

RGB226250125-
CMYK0.1000.500.02
HSL71.52º92.59%73.53%-
HSV(B)71.52º50%98.04%-
XYZ69.2586.0232.36-
YUV228.5769.55126.16-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.60%
GREEN value IS 250 (98.05% from 255) = 41.60%
BLUE value IS 125 (49.22% from 255) = 20.80%
R=37.60%
G=41.60%
B=20.80%

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
Decimal2262501250.1000.500.0271.5292.5973.53
HexE2FA7DA0322485d4a
Octal342372175120622110135112
Binary111000101111101011111011010011001010100100010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FA7D; }

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

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

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

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

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

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

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

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