#E5FDA0

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

Shades of Australian Mint #E5FDA0

Tints of Australian Mint #E5FDA0

Color information

#E5FDA0 (or 0xE5FDA0) is unknown color: approx Australian Mint. HEX triplet: E5, FD and A0. RGB value is (229,253,160). Sum of RGB (Red+Green+Blue) = 229+253+160=642 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.67% from 642); Green value is 253 (99.22% from 255 or 39.41% from 642); Blue value is 160 (62.89% from 255 or 24.92% from 642); Max value from RGB is 253 - color contains mainly: green. Hex color #E5FDA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5FDA0 is #1A025F. Grayscale: #EBEBEB. Windows color (decimal): -1704544 or 10550757. OLE color: 10550757.

HSL color Cylindrical-coordinate representation of color #E5FDA0: hue angle of 75.48º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E5FDA0 is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB229253160-
CMYK0.0900.370.01
HSL75.48º95.88%80.98%-
HSV(B)75.48º36.76%99.22%-
XYZ73.7889.4546.63-
YUV235.2285.55123.56-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.67%
GREEN value IS 253 (99.22% from 255) = 39.41%
BLUE value IS 160 (62.89% from 255) = 24.92%
R=35.67%
G=39.41%
B=24.92%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2292531600.0900.370.0175.4895.8880.98
HexE5FDA0902514b6051
Octal345375240110451113140121
Binary111001011111110110100000100101001011100101111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5FDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5FDA0; }

 p { color: rgb(229,253,160); }

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

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

 a { background-color: rgb(229,253,160); }

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

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

 span { border-color: rgb(229,253,160); }

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