#E5FBAF

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

Shades of Australian Mint #E5FBAF

Tints of Australian Mint #E5FBAF

Color information

#E5FBAF (or 0xE5FBAF) is unknown color: approx Australian Mint. HEX triplet: E5, FB and AF. RGB value is (229,251,175). Sum of RGB (Red+Green+Blue) = 229+251+175=655 (86% of max value = 765). Red value is 229 (89.84% from 255 or 34.96% from 655); Green value is 251 (98.44% from 255 or 38.32% from 655); Blue value is 175 (68.75% from 255 or 26.72% from 655); Max value from RGB is 251 - color contains mainly: green. Hex color #E5FBAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5FBAF is #1A0450. Grayscale: #ECECEC. Windows color (decimal): -1705041 or 11533285. OLE color: 11533285.

HSL color Cylindrical-coordinate representation of color #E5FBAF: hue angle of 77.37º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E5FBAF is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB229251175-
CMYK0.0900.300.02
HSL77.37º90.48%83.53%-
HSV(B)77.37º30.28%98.43%-
XYZ74.5588.7553.76-
YUV235.7693.71123.18-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.96%
GREEN value IS 251 (98.44% from 255) = 38.32%
BLUE value IS 175 (68.75% from 255) = 26.72%
R=34.96%
G=38.32%
B=26.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2292511750.0900.300.0277.3790.4883.53
HexE5FBAF901E24d5a54
Octal345373257110362115132124
Binary111001011111101110101111100101111010100110110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5FBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5FBAF; }

 p { color: rgb(229,251,175); }

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

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

 a { background-color: rgb(229,251,175); }

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

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

 span { border-color: rgb(229,251,175); }

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