#E2F26F

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

Shades of Mindaro #E2F26F

Tints of Mindaro #E2F26F

Color information

#E2F26F (or 0xE2F26F) is unknown color: approx Mindaro. HEX triplet: E2, F2 and 6F. RGB value is (226,242,111). Sum of RGB (Red+Green+Blue) = 226+242+111=579 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.03% from 579); Green value is 242 (94.92% from 255 or 41.80% from 579); Blue value is 111 (43.75% from 255 or 19.17% from 579); Max value from RGB is 242 - color contains mainly: green. Hex color #E2F26F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2F26F is #1D0D90. Grayscale: #DEDEDE. Windows color (decimal): -1904017 or 7336674. OLE color: 7336674.

HSL color Cylindrical-coordinate representation of color #E2F26F: hue angle of 67.33º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E2F26F is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB226242111-
CMYK0.0700.540.05
HSL67.33º83.44%69.22%-
HSV(B)67.33º54.13%94.9%-
XYZ65.9980.8227.16-
YUV222.2865.2130.65-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.03%
GREEN value IS 242 (94.92% from 255) = 41.80%
BLUE value IS 111 (43.75% from 255) = 19.17%
R=39.03%
G=41.80%
B=19.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2262421110.0700.540.0567.3383.4469.22
HexE2F26F70365435345
Octal34236215770665103123105
Binary111000101111001011011111110110110101100001110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2F26F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2F26F; }

 p { color: rgb(226,242,111); }

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

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

 a { background-color: rgb(226,242,111); }

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

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

 span { border-color: rgb(226,242,111); }

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