#EDFDB2

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

Shades of Australian Mint #EDFDB2

Tints of Australian Mint #EDFDB2

Color information

#EDFDB2 (or 0xEDFDB2) is unknown color: approx Australian Mint. HEX triplet: ED, FD and B2. RGB value is (237,253,178). Sum of RGB (Red+Green+Blue) = 237+253+178=668 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.48% from 668); Green value is 253 (99.22% from 255 or 37.87% from 668); Blue value is 178 (69.92% from 255 or 26.65% from 668); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFDB2 is #12024D. Grayscale: #EFEFEF. Windows color (decimal): -1180238 or 11730413. OLE color: 11730413.

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

Color convert

RGB237253178-
CMYK0.0600.300.01
HSL72.8º94.94%84.51%-
HSV(B)72.8º29.64%99.22%-
XYZ78.0991.4755.66-
YUV239.6793.2126.1-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.48%
GREEN value IS 253 (99.22% from 255) = 37.87%
BLUE value IS 178 (69.92% from 255) = 26.65%
R=35.48%
G=37.87%
B=26.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372531780.0600.300.0172.894.9484.51
HexEDFDB2601E1495f55
Octal35537526260361111137125
Binary1110110111111101101100101100111101100100110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFDB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFDB2; }

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

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

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

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

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

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

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

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