#E8FDAF

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

Shades of Australian Mint #E8FDAF

Tints of Australian Mint #E8FDAF

Color information

#E8FDAF (or 0xE8FDAF) is unknown color: approx Australian Mint. HEX triplet: E8, FD and AF. RGB value is (232,253,175). Sum of RGB (Red+Green+Blue) = 232+253+175=660 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.15% from 660); Green value is 253 (99.22% from 255 or 38.33% from 660); Blue value is 175 (68.75% from 255 or 26.52% from 660); Max value from RGB is 253 - color contains mainly: green. Hex color #E8FDAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8FDAF is #170250. Grayscale: #EEEEEE. Windows color (decimal): -1507921 or 11533800. OLE color: 11533800.

HSL color Cylindrical-coordinate representation of color #E8FDAF: hue angle of 76.15º 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 #E8FDAF is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB232253175-
CMYK0.0800.310.01
HSL76.15º95.12%83.92%-
HSV(B)76.15º30.83%99.22%-
XYZ76.1490.554.01-
YUV237.8392.54123.84-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.15%
GREEN value IS 253 (99.22% from 255) = 38.33%
BLUE value IS 175 (68.75% from 255) = 26.52%
R=35.15%
G=38.33%
B=26.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2322531750.0800.310.0176.1595.1283.92
HexE8FDAF801F14c5f54
Octal350375257100371114137124
Binary11101000111111011010111110000111111100110010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8FDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8FDAF; }

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

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

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

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

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

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

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

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