#EDF49F

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

Shades of Australian Mint #EDF49F

Tints of Australian Mint #EDF49F

Color information

#EDF49F (or 0xEDF49F) is unknown color: approx Australian Mint. HEX triplet: ED, F4 and 9F. RGB value is (237,244,159). Sum of RGB (Red+Green+Blue) = 237+244+159=640 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.03% from 640); Green value is 244 (95.70% from 255 or 38.12% from 640); Blue value is 159 (62.5% from 255 or 24.84% from 640); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF49F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF49F is #120B60. Grayscale: #E8E8E8. Windows color (decimal): -1182561 or 10482925. OLE color: 10482925.

HSL color Cylindrical-coordinate representation of color #EDF49F: hue angle of 64.94º degrees, saturation: 0.79, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDF49F is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.

Color convert

RGB237244159-
CMYK0.0300.350.04
HSL64.94º79.44%79.02%-
HSV(B)64.94º34.84%95.69%-
XYZ73.5385.2145.37-
YUV232.2286.68131.41-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.03%
GREEN value IS 244 (95.70% from 255) = 38.12%
BLUE value IS 159 (62.5% from 255) = 24.84%
R=37.03%
G=38.12%
B=24.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372441590.0300.350.0464.9479.4479.02
HexEDF49F30234414f4f
Octal35536423730434101117117
Binary111011011111010010011111110100011100100000110011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF49F; }

 p { color: rgb(237,244,159); }

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

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

 a { background-color: rgb(237,244,159); }

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

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

 span { border-color: rgb(237,244,159); }

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