#E1F27E

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

Shades of Mindaro #E1F27E

Tints of Mindaro #E1F27E

Color information

#E1F27E (or 0xE1F27E) is unknown color: approx Mindaro. HEX triplet: E1, F2 and 7E. RGB value is (225,242,126). Sum of RGB (Red+Green+Blue) = 225+242+126=593 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.94% from 593); Green value is 242 (94.92% from 255 or 40.81% from 593); Blue value is 126 (49.61% from 255 or 21.25% from 593); Max value from RGB is 242 - color contains mainly: green. Hex color #E1F27E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E1F27E is #1E0D81. Grayscale: #E0E0E0. Windows color (decimal): -1969538 or 8319713. OLE color: 8319713.

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

Color convert

RGB225242126-
CMYK0.0700.480.05
HSL68.79º81.69%72.16%-
HSV(B)68.79º47.93%94.9%-
XYZ66.5781.0231.87-
YUV223.6972.87128.93-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.94%
GREEN value IS 242 (94.92% from 255) = 40.81%
BLUE value IS 126 (49.61% from 255) = 21.25%
R=37.94%
G=40.81%
B=21.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2252421260.0700.480.0568.7981.6972.16
HexE1F27E70305455248
Octal34136217670605105122110
Binary111000011111001011111101110110000101100010110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1F27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1F27E; }

 p { color: rgb(225,242,126); }

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

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

 a { background-color: rgb(225,242,126); }

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

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

 span { border-color: rgb(225,242,126); }

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