#EFFDA4

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

Shades of Australian Mint #EFFDA4

Tints of Australian Mint #EFFDA4

Color information

#EFFDA4 (or 0xEFFDA4) is unknown color: approx Australian Mint. HEX triplet: EF, FD and A4. RGB value is (239,253,164). Sum of RGB (Red+Green+Blue) = 239+253+164=656 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.43% from 656); Green value is 253 (99.22% from 255 or 38.57% from 656); Blue value is 164 (64.45% from 255 or 25% from 656); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFDA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFDA4 is #10025B. Grayscale: #EFEFEF. Windows color (decimal): -1049180 or 10812911. OLE color: 10812911.

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

Color convert

RGB239253164-
CMYK0.0600.350.01
HSL69.44º95.7%81.76%-
HSV(B)69.44º35.18%99.22%-
XYZ77.4291.2848.66-
YUV238.6785.86128.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.43%
GREEN value IS 253 (99.22% from 255) = 38.57%
BLUE value IS 164 (64.45% from 255) = 25%
R=36.43%
G=38.57%
B=25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392531640.0600.350.0169.4495.781.76
HexEFFDA460231456052
Octal35737524460431105140122
Binary11101111111111011010010011001000111100010111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFDA4; }

 p { color: rgb(239,253,164); }

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

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

 a { background-color: rgb(239,253,164); }

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

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

 span { border-color: rgb(239,253,164); }

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