#EDFDB3

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

Shades of Australian Mint #EDFDB3

Tints of Australian Mint #EDFDB3

Color information

#EDFDB3 (or 0xEDFDB3) is unknown color: approx Australian Mint. HEX triplet: ED, FD and B3. RGB value is (237,253,179). Sum of RGB (Red+Green+Blue) = 237+253+179=669 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.43% from 669); Green value is 253 (99.22% from 255 or 37.82% from 669); Blue value is 179 (70.31% from 255 or 26.76% from 669); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFDB3 is #12024C. Grayscale: #F0F0F0. Windows color (decimal): -1180237 or 11795949. OLE color: 11795949.

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

Color convert

RGB237253179-
CMYK0.0600.290.01
HSL72.97º94.87%84.71%-
HSV(B)72.97º29.25%99.22%-
XYZ78.1991.5156.19-
YUV239.7893.7126.02-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.43%
GREEN value IS 253 (99.22% from 255) = 37.82%
BLUE value IS 179 (70.31% from 255) = 26.76%
R=35.43%
G=37.82%
B=26.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372531790.0600.290.0172.9794.8784.71
HexEDFDB3601D1495f55
Octal35537526360351111137125
Binary1110110111111101101100111100111011100100110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFDB3; }

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

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

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

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

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

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

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

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