#E1FE7D

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

Shades of Mindaro #E1FE7D

Tints of Mindaro #E1FE7D

Color information

#E1FE7D (or 0xE1FE7D) is unknown color: approx Mindaro. HEX triplet: E1, FE and 7D. RGB value is (225,254,125). Sum of RGB (Red+Green+Blue) = 225+254+125=604 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.25% from 604); Green value is 254 (99.61% from 255 or 42.05% from 604); Blue value is 125 (49.22% from 255 or 20.70% from 604); Max value from RGB is 254 - color contains mainly: green. Hex color #E1FE7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E1FE7D is #1E0182. Grayscale: #E7E7E7. Windows color (decimal): -1966467 or 8257249. OLE color: 8257249.

HSL color Cylindrical-coordinate representation of color #E1FE7D: hue angle of 73.49º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E1FE7D is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.00.

Color convert

RGB225254125-
CMYK0.1100.510.00
HSL73.49º98.47%74.31%-
HSV(B)73.49º50.79%99.61%-
XYZ70.1988.3732.76-
YUV230.6268.39123.99-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.25%
GREEN value IS 254 (99.61% from 255) = 42.05%
BLUE value IS 125 (49.22% from 255) = 20.70%
R=37.25%
G=42.05%
B=20.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2252541250.1100.510.0073.4998.4774.31
HexE1FE7DB033049624a
Octal341376175130630111142112
Binary11100001111111101111101101101100110100100111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FE7D; }

 p { color: rgb(225,254,125); }

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

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

 a { background-color: rgb(225,254,125); }

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

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

 span { border-color: rgb(225,254,125); }

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