{
  "entity_type": "unit_conversion_page",
  "id": "l-per-100km-to-km-per-liter",
  "name": "Liters per 100 km to Kilometers per liter",
  "title": "Liters per 100 km to Kilometers per liter Converter (L/100km to km/L)",
  "description": "Convert liters per 100 km to kilometers per liter with the formula km/L = 100 / (L/100km). Conversion table and worked examples, with JSON API and MCP access.",
  "quantity": "fuel-economy",
  "quantity_name": "Fuel economy",
  "base_unit": "L/100km",
  "from_unit": {
    "symbol": "L/100km",
    "display": "L/100km",
    "name": "liters per 100 km",
    "singular": "liter per 100 km"
  },
  "to_unit": {
    "symbol": "km/L",
    "display": "km/L",
    "name": "kilometers per liter",
    "singular": "kilometer per liter"
  },
  "linear": false,
  "factor": null,
  "inverse_factor": null,
  "formula": "km/L = 100 / (L/100km)",
  "reverse_formula": "L/100km = 100 / (km/L)",
  "unit_relation": "km/L = 100 / (L/100km)",
  "examples": [
    {
      "value": 7.5,
      "result": 13.3333,
      "text": "7.5 L/100km = 13.3333 km/L"
    },
    {
      "value": 30,
      "result": 3.33333,
      "text": "30 L/100km = 3.33333 km/L"
    },
    {
      "value": 45,
      "result": 2.22222,
      "text": "45 L/100km = 2.22222 km/L"
    }
  ],
  "table": [
    {
      "L/100km": 3,
      "km/L": 33.3333
    },
    {
      "L/100km": 4,
      "km/L": 25
    },
    {
      "L/100km": 5,
      "km/L": 20
    },
    {
      "L/100km": 6,
      "km/L": 16.6667
    },
    {
      "L/100km": 7,
      "km/L": 14.2857
    },
    {
      "L/100km": 8,
      "km/L": 12.5
    },
    {
      "L/100km": 9,
      "km/L": 11.1111
    },
    {
      "L/100km": 10,
      "km/L": 10
    },
    {
      "L/100km": 12,
      "km/L": 8.33333
    },
    {
      "L/100km": 15,
      "km/L": 6.66667
    },
    {
      "L/100km": 20,
      "km/L": 5
    },
    {
      "L/100km": 25,
      "km/L": 4
    },
    {
      "L/100km": 30,
      "km/L": 3.33333
    },
    {
      "L/100km": 35,
      "km/L": 2.85714
    },
    {
      "L/100km": 40,
      "km/L": 2.5
    },
    {
      "L/100km": 45,
      "km/L": 2.22222
    },
    {
      "L/100km": 50,
      "km/L": 2
    },
    {
      "L/100km": 60,
      "km/L": 1.66667
    },
    {
      "L/100km": 70,
      "km/L": 1.42857
    },
    {
      "L/100km": 80,
      "km/L": 1.25
    },
    {
      "L/100km": 100,
      "km/L": 1
    }
  ],
  "faq": [
    {
      "q": "What is the formula to convert liters per 100 km to kilometers per liter?",
      "a": "km/L = 100 / (L/100km). For example, 7.5 L/100km = 13.3333 km/L."
    },
    {
      "q": "How do I convert kilometers per liter back to liters per 100 km?",
      "a": "L/100km = 100 / (km/L); the kilometers per liter-to-liters per 100 km page applies it directly."
    },
    {
      "q": "Why is there no single multiplication factor?",
      "a": "Fuel-economy units are reciprocal (distance per volume versus volume per distance), so the conversion divides a constant by the value instead of multiplying."
    }
  ],
  "sources": [
    {
      "name": "NIST Special Publication 811 – Guide for the Use of the International System of Units (SI), Appendix B conversion factors",
      "url": "https://www.nist.gov/pml/special-publication-811",
      "type": "standard",
      "retrieved_at": "2026-09-24"
    },
    {
      "name": "BIPM – The International System of Units (SI Brochure, 9th edition)",
      "url": "https://www.bipm.org/en/publications/si-brochure",
      "type": "standard",
      "retrieved_at": "2026-09-24"
    },
    {
      "name": "Wikipedia – Conversion of units",
      "url": "https://en.wikipedia.org/wiki/Conversion_of_units",
      "type": "reference",
      "retrieved_at": "2026-09-24"
    }
  ],
  "freshness": {
    "type": "static",
    "max_age_seconds": null,
    "note": "Fixed conversion factors (NIST/BIPM definitions); results never go stale."
  },
  "api": {
    "convert": "https://tttkmbb.com/api/v1/convert?value=7.5&from_unit=L%2F100km&to_unit=km%2FL",
    "calculator": "https://tttkmbb.com/api/v1/calculate/fuel-economy?value=7.5&from_unit=L%2F100km&to_unit=km%2FL",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 7.5,
      "from_unit": "L/100km",
      "to_unit": "km/L"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/l-per-100km-to-km-per-liter",
    "markdown": "https://tttkmbb.com/conversion/l-per-100km-to-km-per-liter.md",
    "json": "https://tttkmbb.com/conversion/l-per-100km-to-km-per-liter.json",
    "reverse": "https://tttkmbb.com/conversion/km-per-liter-to-l-per-100km",
    "quantity_converter": "https://tttkmbb.com/conversion/fuel-economy",
    "units": "https://tttkmbb.com/api/v1/units?quantity=fuel-economy"
  },
  "timestamp": "2026-09-24"
}