#E1F56B

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

Shades of Mindaro #E1F56B

Tints of Mindaro #E1F56B

Color information

#E1F56B (or 0xE1F56B) is unknown color: approx Mindaro. HEX triplet: E1, F5 and 6B. RGB value is (225,245,107). Sum of RGB (Red+Green+Blue) = 225+245+107=577 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.99% from 577); Green value is 245 (96.09% from 255 or 42.46% from 577); Blue value is 107 (42.19% from 255 or 18.54% from 577); Max value from RGB is 245 - color contains mainly: green. Hex color #E1F56B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E1F56B is #1E0A94. Grayscale: #DFDFDF. Windows color (decimal): -1968789 or 7075297. OLE color: 7075297.

HSL color Cylindrical-coordinate representation of color #E1F56B: hue angle of 68.7º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E1F56B is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB225245107-
CMYK0.0800.560.04
HSL68.7º87.34%69.02%-
HSV(B)68.7º56.33%96.08%-
XYZ66.3682.3726.31-
YUV223.2962.37129.22-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.99%
GREEN value IS 245 (96.09% from 255) = 42.46%
BLUE value IS 107 (42.19% from 255) = 18.54%
R=38.99%
G=42.46%
B=18.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2252451070.0800.560.0468.787.3469.02
HexE1F56B80384455745
Octal341365153100704105127105
Binary1110000111110101110101110000111000100100010110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1F56B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1F56B; }

 p { color: rgb(225,245,107); }

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

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

 a { background-color: rgb(225,245,107); }

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

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

 span { border-color: rgb(225,245,107); }

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