#e2f47c

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

Shades of Mindaro #E2F47C

Tints of Mindaro #E2F47C

Color information

#E2F47C (or 0xE2F47C) is unknown color: approx Mindaro. HEX triplet: E2, F4 and 7C. RGB value is (226,244,124). Sum of RGB (Red+Green+Blue) = 226+244+124=594 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.05% from 594); Green value is 244 (95.70% from 255 or 41.08% from 594); Blue value is 124 (48.83% from 255 or 20.88% from 594); Max value from RGB is 244 - color contains mainly: green. Hex color #E2F47C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2F47C is #1D0B83. Grayscale: #E1E1E1. Windows color (decimal): -1903492 or 8189154. OLE color: 8189154.

HSL color Cylindrical-coordinate representation of color #E2F47C: hue angle of 69º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E2F47C is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB226244124-
CMYK0.0700.490.04
HSL69º84.51%72.16%-
HSV(B)69º49.18%95.69%-
XYZ67.3582.3331.41-
YUV224.9471.04128.76-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.05%
GREEN value IS 244 (95.70% from 255) = 41.08%
BLUE value IS 124 (48.83% from 255) = 20.88%
R=38.05%
G=41.08%
B=20.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2262441240.0700.490.046984.5172.16
HexE2F47C70314455548
Octal34236417470614105125110
Binary111000101111010011111001110110001100100010110101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2f47c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2f47c; }

 p { color: rgb(226,244,124); }

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

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

 a { background-color: rgb(226,244,124); }

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

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

 span { border-color: rgb(226,244,124); }

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