#E1F1B3

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

Shades of Australian Mint #E1F1B3

Tints of Australian Mint #E1F1B3

Color information

#E1F1B3 (or 0xE1F1B3) is unknown color: approx Australian Mint. HEX triplet: E1, F1 and B3. RGB value is (225,241,179). Sum of RGB (Red+Green+Blue) = 225+241+179=645 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.88% from 645); Green value is 241 (94.53% from 255 or 37.36% from 645); Blue value is 179 (70.31% from 255 or 27.75% from 645); Max value from RGB is 241 - color contains mainly: green. Hex color #E1F1B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1F1B3 is #1E0E4C. Grayscale: #E5E5E5. Windows color (decimal): -1969741 or 11792865. OLE color: 11792865.

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

Color convert

RGB225241179-
CMYK0.0700.260.05
HSL75.48º68.89%82.35%-
HSV(B)75.48º25.73%94.51%-
XYZ70.6482.1754.79-
YUV229.1599.7125.04-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.88%
GREEN value IS 241 (94.53% from 255) = 37.36%
BLUE value IS 179 (70.31% from 255) = 27.75%
R=34.88%
G=37.36%
B=27.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2252411790.0700.260.0575.4868.8982.35
HexE1F1B3701A54b4552
Octal34136126370325113105122
Binary111000011111000110110011111011010101100101110001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1F1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1F1B3; }

 p { color: rgb(225,241,179); }

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

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

 a { background-color: rgb(225,241,179); }

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

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

 span { border-color: rgb(225,241,179); }

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