#E2F97E

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

Shades of Mindaro #E2F97E

Tints of Mindaro #E2F97E

Color information

#E2F97E (or 0xE2F97E) is unknown color: approx Mindaro. HEX triplet: E2, F9 and 7E. RGB value is (226,249,126). Sum of RGB (Red+Green+Blue) = 226+249+126=601 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.60% from 601); Green value is 249 (97.66% from 255 or 41.43% from 601); Blue value is 126 (49.61% from 255 or 20.97% from 601); Max value from RGB is 249 - color contains mainly: green. Hex color #E2F97E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2F97E is #1D0681. Grayscale: #E4E4E4. Windows color (decimal): -1902210 or 8321506. OLE color: 8321506.

HSL color Cylindrical-coordinate representation of color #E2F97E: hue angle of 71.22º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E2F97E is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB226249126-
CMYK0.0900.490.02
HSL71.22º91.11%73.53%-
HSV(B)71.22º49.4%97.65%-
XYZ69.0185.4332.59-
YUV228.170.38126.5-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.60%
GREEN value IS 249 (97.66% from 255) = 41.43%
BLUE value IS 126 (49.61% from 255) = 20.97%
R=37.60%
G=41.43%
B=20.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2262491260.0900.490.0271.2291.1173.53
HexE2F97E90312475b4a
Octal342371176110612107133112
Binary111000101111100111111101001011000110100011110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2F97E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2F97E; }

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

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

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

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

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

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

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

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