#EDFBB1

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

Shades of Australian Mint #EDFBB1

Tints of Australian Mint #EDFBB1

Color information

#EDFBB1 (or 0xEDFBB1) is unknown color: approx Australian Mint. HEX triplet: ED, FB and B1. RGB value is (237,251,177). Sum of RGB (Red+Green+Blue) = 237+251+177=665 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.64% from 665); Green value is 251 (98.44% from 255 or 37.74% from 665); Blue value is 177 (69.53% from 255 or 26.62% from 665); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFBB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFBB1 is #12044E. Grayscale: #EEEEEE. Windows color (decimal): -1180751 or 11664365. OLE color: 11664365.

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

Color convert

RGB237251177-
CMYK0.0600.290.02
HSL71.35º90.24%83.92%-
HSV(B)71.35º29.48%98.43%-
XYZ77.3690.1754.92-
YUV238.3893.36127.02-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.64%
GREEN value IS 251 (98.44% from 255) = 37.74%
BLUE value IS 177 (69.53% from 255) = 26.62%
R=35.64%
G=37.74%
B=26.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372511770.0600.290.0271.3590.2483.92
HexEDFBB1601D2475a54
Octal35537326160352107132124
Binary11101101111110111011000111001110110100011110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFBB1; }

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

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

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

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

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

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

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

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