#EDF4B2

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

Shades of Australian Mint #EDF4B2

Tints of Australian Mint #EDF4B2

Color information

#EDF4B2 (or 0xEDF4B2) is unknown color: approx Australian Mint. HEX triplet: ED, F4 and B2. RGB value is (237,244,178). Sum of RGB (Red+Green+Blue) = 237+244+178=659 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.96% from 659); Green value is 244 (95.70% from 255 or 37.03% from 659); Blue value is 178 (69.92% from 255 or 27.01% from 659); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF4B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF4B2 is #120B4D. Grayscale: #EAEAEA. Windows color (decimal): -1182542 or 11728109. OLE color: 11728109.

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

Color convert

RGB237244178-
CMYK0.0300.270.04
HSL66.36º75%82.75%-
HSV(B)66.36º27.05%95.69%-
XYZ75.3185.9254.73-
YUV234.3896.18129.87-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.96%
GREEN value IS 244 (95.70% from 255) = 37.03%
BLUE value IS 178 (69.92% from 255) = 27.01%
R=35.96%
G=37.03%
B=27.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372441780.0300.270.0466.367582.75
HexEDF4B2301B4424b53
Octal35536426230334102113123
Binary11101101111101001011001011011011100100001010010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF4B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF4B2; }

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

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

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

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

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

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

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

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