#EDFB9C

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

Shades of Australian Mint #EDFB9C

Tints of Australian Mint #EDFB9C

Color information

#EDFB9C (or 0xEDFB9C) is unknown color: approx Australian Mint. HEX triplet: ED, FB and 9C. RGB value is (237,251,156). Sum of RGB (Red+Green+Blue) = 237+251+156=644 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.80% from 644); Green value is 251 (98.44% from 255 or 38.98% from 644); Blue value is 156 (61.33% from 255 or 24.22% from 644); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFB9C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFB9C is #120463. Grayscale: #ECECEC. Windows color (decimal): -1180772 or 10288109. OLE color: 10288109.

HSL color Cylindrical-coordinate representation of color #EDFB9C: hue angle of 68.84º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EDFB9C is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB237251156-
CMYK0.0600.380.02
HSL68.84º92.23%79.8%-
HSV(B)68.84º37.85%98.43%-
XYZ75.4289.444.73-
YUV235.9882.86128.72-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.80%
GREEN value IS 251 (98.44% from 255) = 38.98%
BLUE value IS 156 (61.33% from 255) = 24.22%
R=36.80%
G=38.98%
B=24.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372511560.0600.380.0268.8492.2379.8
HexEDFB9C60262455c50
Octal35537323460462105134120
Binary111011011111101110011100110010011010100010110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFB9C; }

 p { color: rgb(237,251,156); }

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

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

 a { background-color: rgb(237,251,156); }

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

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

 span { border-color: rgb(237,251,156); }

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