#EDFDAD

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

Shades of Australian Mint #EDFDAD

Tints of Australian Mint #EDFDAD

Color information

#EDFDAD (or 0xEDFDAD) is unknown color: approx Australian Mint. HEX triplet: ED, FD and AD. RGB value is (237,253,173). Sum of RGB (Red+Green+Blue) = 237+253+173=663 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.75% from 663); Green value is 253 (99.22% from 255 or 38.16% from 663); Blue value is 173 (67.97% from 255 or 26.09% from 663); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFDAD is #120252. Grayscale: #EFEFEF. Windows color (decimal): -1180243 or 11402733. OLE color: 11402733.

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

Color convert

RGB237253173-
CMYK0.0600.320.01
HSL72º95.24%83.53%-
HSV(B)72º31.62%99.22%-
XYZ77.5991.2753.06-
YUV239.190.7126.5-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.75%
GREEN value IS 253 (99.22% from 255) = 38.16%
BLUE value IS 173 (67.97% from 255) = 26.09%
R=35.75%
G=38.16%
B=26.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372531730.0600.320.017295.2483.53
HexEDFDAD60201485f54
Octal35537525560401110137124
Binary11101101111111011010110111001000001100100010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFDAD; }

 p { color: rgb(237,253,173); }

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

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

 a { background-color: rgb(237,253,173); }

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

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

 span { border-color: rgb(237,253,173); }

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