#E5F4B0

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

Shades of Australian Mint #E5F4B0

Tints of Australian Mint #E5F4B0

Color information

#E5F4B0 (or 0xE5F4B0) is unknown color: approx Australian Mint. HEX triplet: E5, F4 and B0. RGB value is (229,244,176). Sum of RGB (Red+Green+Blue) = 229+244+176=649 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.29% from 649); Green value is 244 (95.70% from 255 or 37.60% from 649); Blue value is 176 (69.14% from 255 or 27.12% from 649); Max value from RGB is 244 - color contains mainly: green. Hex color #E5F4B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5F4B0 is #1A0B4F. Grayscale: #E8E8E8. Windows color (decimal): -1706832 or 11597029. OLE color: 11597029.

HSL color Cylindrical-coordinate representation of color #E5F4B0: hue angle of 73.24º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E5F4B0 is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB229244176-
CMYK0.0600.280.04
HSL73.24º75.56%82.35%-
HSV(B)73.24º27.87%95.69%-
XYZ72.584.4953.56-
YUV231.7696.53126.03-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.29%
GREEN value IS 244 (95.70% from 255) = 37.60%
BLUE value IS 176 (69.14% from 255) = 27.12%
R=35.29%
G=37.60%
B=27.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2292441760.0600.280.0473.2475.5682.35
HexE5F4B0601C4494c52
Octal34536426060344111114122
Binary111001011111010010110000110011100100100100110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5F4B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5F4B0; }

 p { color: rgb(229,244,176); }

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

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

 a { background-color: rgb(229,244,176); }

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

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

 span { border-color: rgb(229,244,176); }

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