#EFFFB1

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

Shades of Australian Mint #EFFFB1

Tints of Australian Mint #EFFFB1

Color information

#EFFFB1 (or 0xEFFFB1) is unknown color: approx Australian Mint. HEX triplet: EF, FF and B1. RGB value is (239,255,177). Sum of RGB (Red+Green+Blue) = 239+255+177=671 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.62% from 671); Green value is 255 (100% from 255 or 38.00% from 671); Blue value is 177 (69.53% from 255 or 26.38% from 671); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFFB1 is #10004E. Grayscale: #F1F1F1. Windows color (decimal): -1048655 or 11665391. OLE color: 11665391.

HSL color Cylindrical-coordinate representation of color #EFFFB1: hue angle of 72.31º 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 #EFFFB1 is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB239255177-
CMYK0.0600.310
HSL72.31º100%84.71%-
HSV(B)72.31º30.59%100%-
XYZ79.2993.0555.38-
YUV241.3291.7126.34-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.62%
GREEN value IS 255 (100% from 255) = 38.00%
BLUE value IS 177 (69.53% from 255) = 26.38%
R=35.62%
G=38.00%
B=26.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2392551770.0600.31072.3110084.71
HexEFFFB1601F0486455
Octal35737726160370110144125
Binary1110111111111111101100011100111110100100011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFFB1; }

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

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

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

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

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

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

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

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