#E1F874

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

Shades of Mindaro #E1F874

Tints of Mindaro #E1F874

Color information

#E1F874 (or 0xE1F874) is unknown color: approx Mindaro. HEX triplet: E1, F8 and 74. RGB value is (225,248,116). Sum of RGB (Red+Green+Blue) = 225+248+116=589 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.20% from 589); Green value is 248 (97.27% from 255 or 42.11% from 589); Blue value is 116 (45.70% from 255 or 19.69% from 589); Max value from RGB is 248 - color contains mainly: green. Hex color #E1F874 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E1F874 is #1E078B. Grayscale: #E2E2E2. Windows color (decimal): -1968012 or 7665889. OLE color: 7665889.

HSL color Cylindrical-coordinate representation of color #E1F874: hue angle of 70.45º degrees, saturation: 0.9, 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 #E1F874 is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB225248116-
CMYK0.0900.530.03
HSL70.45º90.41%71.37%-
HSV(B)70.45º53.23%97.25%-
XYZ67.7784.429.24-
YUV226.0865.88127.23-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.20%
GREEN value IS 248 (97.27% from 255) = 42.11%
BLUE value IS 116 (45.70% from 255) = 19.69%
R=38.20%
G=42.11%
B=19.69%

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
Decimal2252481160.0900.530.0370.4590.4171.37
HexE1F87490353465a47
Octal341370164110653106132107
Binary111000011111100011101001001011010111100011010110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1F874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1F874; }

 p { color: rgb(225,248,116); }

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

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

 a { background-color: rgb(225,248,116); }

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

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

 span { border-color: rgb(225,248,116); }

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