#E1FDAF

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

Shades of Australian Mint #E1FDAF

Tints of Australian Mint #E1FDAF

Color information

#E1FDAF (or 0xE1FDAF) is unknown color: approx Australian Mint. HEX triplet: E1, FD and AF. RGB value is (225,253,175). Sum of RGB (Red+Green+Blue) = 225+253+175=653 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.46% from 653); Green value is 253 (99.22% from 255 or 38.74% from 653); Blue value is 175 (68.75% from 255 or 26.80% from 653); Max value from RGB is 253 - color contains mainly: green. Hex color #E1FDAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1FDAF is #1E0250. Grayscale: #ECECEC. Windows color (decimal): -1966673 or 11533793. OLE color: 11533793.

HSL color Cylindrical-coordinate representation of color #E1FDAF: hue angle of 81.54º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E1FDAF is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB225253175-
CMYK0.1100.310.01
HSL81.54º95.12%83.92%-
HSV(B)81.54º30.83%99.22%-
XYZ73.9189.3553.91-
YUV235.7493.72120.34-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.46%
GREEN value IS 253 (99.22% from 255) = 38.74%
BLUE value IS 175 (68.75% from 255) = 26.80%
R=34.46%
G=38.74%
B=26.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2252531750.1100.310.0181.5495.1283.92
HexE1FDAFB01F1525f54
Octal341375257130371122137124
Binary11100001111111011010111110110111111101001010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FDAF; }

 p { color: rgb(225,253,175); }

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

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

 a { background-color: rgb(225,253,175); }

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

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

 span { border-color: rgb(225,253,175); }

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