#EFFB9E

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

Shades of Australian Mint #EFFB9E

Tints of Australian Mint #EFFB9E

Color information

#EFFB9E (or 0xEFFB9E) is unknown color: approx Australian Mint. HEX triplet: EF, FB and 9E. RGB value is (239,251,158). Sum of RGB (Red+Green+Blue) = 239+251+158=648 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.88% from 648); Green value is 251 (98.44% from 255 or 38.73% from 648); Blue value is 158 (62.11% from 255 or 24.38% from 648); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFB9E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFB9E is #100461. Grayscale: #EDEDED. Windows color (decimal): -1049698 or 10419183. OLE color: 10419183.

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

Color convert

RGB239251158-
CMYK0.0500.370.02
HSL67.74º92.08%80.2%-
HSV(B)67.74º37.05%98.43%-
XYZ76.2789.8145.66-
YUV236.8183.52129.56-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.88%
GREEN value IS 251 (98.44% from 255) = 38.73%
BLUE value IS 158 (62.11% from 255) = 24.38%
R=36.88%
G=38.73%
B=24.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392511580.0500.370.0267.7492.0880.2
HexEFFB9E50252445c50
Octal35737323650452104134120
Binary111011111111101110011110101010010110100010010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFB9E; }

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

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

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

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

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

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

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

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