# Kilometers per liter to Liters per 100 km (km/L to L/100km)

> Convert kilometers per liter to liters per 100 km with the formula L/100km = 100 / (km/L). Conversion table and worked examples, with JSON API and MCP access.

- Page id: `km-per-liter-to-l-per-100km` · Quantity: Fuel economy (`fuel-economy`, base unit L/100km) · Tool: `convert_units`
- Canonical page: https://tttkmbb.com/conversion/km-per-liter-to-l-per-100km · This document: https://tttkmbb.com/conversion/km-per-liter-to-l-per-100km.md · JSON: https://tttkmbb.com/conversion/km-per-liter-to-l-per-100km.json (add `?value=` for a result)

## Formula

- `L/100km = 100 / (km/L)`
- `L/100km = 100 / (km/L)`
- Reverse: `km/L = 100 / (L/100km)`

Non-linear conversion: apply the formula directly; there is no single multiplication factor.

## Worked examples

- 7.5 km/L = 13.3333 L/100km
- 30 km/L = 3.33333 L/100km
- 45 km/L = 2.22222 L/100km

## Conversion table

| Kilometers per liter (km/L) | Liters per 100 km (L/100km) |
| --- | --- |
| 3 | 33.3333 |
| 4 | 25 |
| 5 | 20 |
| 6 | 16.6667 |
| 7 | 14.2857 |
| 8 | 12.5 |
| 9 | 11.1111 |
| 10 | 10 |
| 12 | 8.33333 |
| 15 | 6.66667 |
| 20 | 5 |
| 25 | 4 |
| 30 | 3.33333 |
| 35 | 2.85714 |
| 40 | 2.5 |
| 45 | 2.22222 |
| 50 | 2 |
| 60 | 1.66667 |
| 70 | 1.42857 |
| 80 | 1.25 |
| 100 | 1 |

## API

- `GET https://tttkmbb.com/api/v1/convert?value=7.5&from_unit=km%2FL&to_unit=L%2F100km` → unified JSON envelope with `result.values.result`, `formula`, `factor`, `sources`, `freshness`
- MCP: server `https://tttkmbb.com/mcp`, tool `convert_units` with `{"value":7.5,"from_unit":"km/L","to_unit":"L/100km"}`
- All fuel economy units: https://tttkmbb.com/api/v1/units?quantity=fuel-economy · full converter: [Fuel Economy Converter](https://tttkmbb.com/conversion/fuel-economy.md)
- Authentication: none. Freshness: `static` (fixed conversion factors).

## FAQ

**What is the formula to convert kilometers per liter to liters per 100 km?**

L/100km = 100 / (km/L). For example, 7.5 km/L = 13.3333 L/100km.

**How do I convert liters per 100 km back to kilometers per liter?**

km/L = 100 / (L/100km); the liters per 100 km-to-kilometers per liter page applies it directly.

**Why is there no single multiplication factor?**

Fuel-economy units are reciprocal (distance per volume versus volume per distance), so the conversion divides a constant by the value instead of multiplying.

## Related conversions

- [Liters per 100 km to kilometers per liter](https://tttkmbb.com/conversion/l-per-100km-to-km-per-liter.md) (reverse)
- [Miles per US gallon (mpg) to Liters per 100 km](https://tttkmbb.com/conversion/mpg-to-l-per-100km.md)
- [Liters per 100 km to Miles per US gallon (mpg)](https://tttkmbb.com/conversion/l-per-100km-to-mpg.md)
- [Miles per imperial gallon (UK mpg) to Liters per 100 km](https://tttkmbb.com/conversion/mpg-uk-to-l-per-100km.md)
- [Liters per 100 km to Miles per imperial gallon (UK mpg)](https://tttkmbb.com/conversion/l-per-100km-to-mpg-uk.md)
- [Miles per US gallon (mpg) to Kilometers per liter](https://tttkmbb.com/conversion/mpg-to-km-per-liter.md)
- [Kilometers per liter to Miles per US gallon (mpg)](https://tttkmbb.com/conversion/km-per-liter-to-mpg.md)
- [Miles per US gallon (mpg) to Miles per imperial gallon (UK mpg)](https://tttkmbb.com/conversion/mpg-to-mpg-uk.md)
- [Miles per imperial gallon (UK mpg) to Miles per US gallon (mpg)](https://tttkmbb.com/conversion/mpg-uk-to-mpg.md)

## Data Sources

- NIST Special Publication 811 – Guide for the Use of the International System of Units (SI), Appendix B conversion factors — https://www.nist.gov/pml/special-publication-811 (standard, retrieved 2026-09-24)
- BIPM – The International System of Units (SI Brochure, 9th edition) — https://www.bipm.org/en/publications/si-brochure (standard, retrieved 2026-09-24)
- Wikipedia – Conversion of units — https://en.wikipedia.org/wiki/Conversion_of_units (reference, retrieved 2026-09-24)
