#E1F775

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

Shades of Mindaro #E1F775

Tints of Mindaro #E1F775

Color information

#E1F775 (or 0xE1F775) is unknown color: approx Mindaro. HEX triplet: E1, F7 and 75. RGB value is (225,247,117). Sum of RGB (Red+Green+Blue) = 225+247+117=589 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.20% from 589); Green value is 247 (96.88% from 255 or 41.94% from 589); Blue value is 117 (46.09% from 255 or 19.86% from 589); Max value from RGB is 247 - color contains mainly: green. Hex color #E1F775 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E1F775 is #1E088A. Grayscale: #E2E2E2. Windows color (decimal): -1968267 or 7731169. OLE color: 7731169.

HSL color Cylindrical-coordinate representation of color #E1F775: hue angle of 70.15º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E1F775 is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB225247117-
CMYK0.0900.530.03
HSL70.15º89.04%71.37%-
HSV(B)70.15º52.63%96.86%-
XYZ67.5283.8129.45-
YUV225.666.71127.57-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.20%
GREEN value IS 247 (96.88% from 255) = 41.94%
BLUE value IS 117 (46.09% from 255) = 19.86%
R=38.20%
G=41.94%
B=19.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2252471170.0900.530.0370.1589.0471.37
HexE1F77590353465947
Octal341367165110653106131107
Binary111000011111011111101011001011010111100011010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1F775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1F775; }

 p { color: rgb(225,247,117); }

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

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

 a { background-color: rgb(225,247,117); }

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

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

 span { border-color: rgb(225,247,117); }

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