#EDFFB1

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

Shades of Australian Mint #EDFFB1

Tints of Australian Mint #EDFFB1

Color information

#EDFFB1 (or 0xEDFFB1) is unknown color: approx Australian Mint. HEX triplet: ED, FF and B1. RGB value is (237,255,177). Sum of RGB (Red+Green+Blue) = 237+255+177=669 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.43% from 669); Green value is 255 (100% from 255 or 38.12% from 669); Blue value is 177 (69.53% from 255 or 26.46% from 669); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFFB1 is #12004E. Grayscale: #F1F1F1. Windows color (decimal): -1179727 or 11665389. OLE color: 11665389.

HSL color Cylindrical-coordinate representation of color #EDFFB1: hue angle of 73.85º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EDFFB1 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB237255177-
CMYK0.0700.310
HSL73.85º100%84.71%-
HSV(B)73.85º30.59%100%-
XYZ78.6292.755.34-
YUV240.7392.04125.34-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.43%
GREEN value IS 255 (100% from 255) = 38.12%
BLUE value IS 177 (69.53% from 255) = 26.46%
R=35.43%
G=38.12%
B=26.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372551770.0700.31073.8510084.71
HexEDFFB1701F04a6455
Octal35537726170370112144125
Binary1110110111111111101100011110111110100101011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFFB1; }

 p { color: rgb(237,255,177); }

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

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

 a { background-color: rgb(237,255,177); }

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

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

 span { border-color: rgb(237,255,177); }

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