#EFFBB3

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

Shades of Australian Mint #EFFBB3

Tints of Australian Mint #EFFBB3

Color information

#EFFBB3 (or 0xEFFBB3) is unknown color: approx Australian Mint. HEX triplet: EF, FB and B3. RGB value is (239,251,179). Sum of RGB (Red+Green+Blue) = 239+251+179=669 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.72% from 669); Green value is 251 (98.44% from 255 or 37.52% from 669); Blue value is 179 (70.31% from 255 or 26.76% from 669); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFBB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFBB3 is #10044C. Grayscale: #EFEFEF. Windows color (decimal): -1049677 or 11795439. OLE color: 11795439.

HSL color Cylindrical-coordinate representation of color #EFFBB3: hue angle of 70º 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 #EFFBB3 is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB239251179-
CMYK0.0500.290.02
HSL70º90%84.31%-
HSV(B)70º28.69%98.43%-
XYZ78.2390.656.01-
YUV239.294.02127.85-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.72%
GREEN value IS 251 (98.44% from 255) = 37.52%
BLUE value IS 179 (70.31% from 255) = 26.76%
R=35.72%
G=37.52%
B=26.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392511790.0500.290.02709084.31
HexEFFBB3501D2465a54
Octal35737326350352106132124
Binary11101111111110111011001110101110110100011010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFBB3; }

 p { color: rgb(239,251,179); }

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

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

 a { background-color: rgb(239,251,179); }

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

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

 span { border-color: rgb(239,251,179); }

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