#E2FD7E

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

Shades of Mindaro #E2FD7E

Tints of Mindaro #E2FD7E

Color information

#E2FD7E (or 0xE2FD7E) is unknown color: approx Mindaro. HEX triplet: E2, FD and 7E. RGB value is (226,253,126). Sum of RGB (Red+Green+Blue) = 226+253+126=605 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.36% from 605); Green value is 253 (99.22% from 255 or 41.82% from 605); Blue value is 126 (49.61% from 255 or 20.83% from 605); Max value from RGB is 253 - color contains mainly: green. Hex color #E2FD7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2FD7E is #1D0281. Grayscale: #E6E6E6. Windows color (decimal): -1901186 or 8322530. OLE color: 8322530.

HSL color Cylindrical-coordinate representation of color #E2FD7E: hue angle of 72.76º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E2FD7E is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB226253126-
CMYK0.1100.500.01
HSL72.76º96.95%74.31%-
HSV(B)72.76º50.2%99.22%-
XYZ70.2687.9333.01-
YUV230.4569.05124.83-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.36%
GREEN value IS 253 (99.22% from 255) = 41.82%
BLUE value IS 126 (49.61% from 255) = 20.83%
R=37.36%
G=41.82%
B=20.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2262531260.1100.500.0172.7696.9574.31
HexE2FD7EB032149614a
Octal342375176130621111141112
Binary11100010111111011111110101101100101100100111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FD7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FD7E; }

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

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

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

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

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

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

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

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