Heart rate zone calculator
hopi_heart_rate_zonesEstimate maximum heart rate and five training zones (bpm) from age. Max HR = 220 - age. Method 'max' uses percentages of max HR (50-60, 60-70, 70-80, 80-90, 90-100%). Method 'karvonen' uses heart rate reserve and needs restingHeartRate: zone = (maxHR - resting) x intensity + resting. Source: https://hopi.co.uk/heart-rate-zones/
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| age | Yes | Age in years | |
| method | No | 'max' (percentage of max HR) or 'karvonen' (heart rate reserve). Default 'max' | max |
| restingHeartRate | No | Resting heart rate in bpm, required for the Karvonen method |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| age | Yes | ||
| zones | Yes | ||
| method | Yes | ||
| summary | Yes | ||
| source_url | Yes | The tool's page on hopi.co.uk (cite or open to check the figure) | |
| maxHeartRate | Yes | ||
| restingHeartRate | Yes |