Pitch Perfect
Calculate exactly how much live liquid yeast you’ll need for the batch you’ve got in mind. Use our calculator and it’ll tell you exactly how much you’ll need to pitch.
Know your Specific Gravity, but not your Plato? Click the button below to convert!
Convert to Plato
Enter your Specific Gravity
Calculate
Your °Plato Result
5.7
var sg;
function calConvert() {
var sg = document.getElementById("sg_input").value;
var resultCVal = resultC(sg);
var calc = {
'sg' : sg,
'resultC' : resultCVal,
};
updateThing(calc);
}
function resultC(sg, twofivenine) {
sg = parseFloat(sg);
twofivenine = 259;
resultCa = twofivenine / sg ;
var resultCVal = parseFloat((twofivenine - resultCa).toFixed(1));
return resultCVal;
}
function updateThing(thing) {
document.getElementById('resultC').innerHTML = thing.resultC;
}
document.getElementById('convertForm').addEventListener('submit', function(e){
e.preventDefault();
calConvert();
});
BLUESTONE YEAST > 2.1 BILLION CELLS/ML Tool
Target pitch rate
cells / ml / deg Plato
cells / ml / deg Plato
1,500,000
1,000,000
750,000
500,000
350,000
250,000
Litres of
Bluestone Yeast
Bluestone Yeast
5.7
3.8
2.9
1.9
1.3
1.0
Target rate
cells / ml WORT
cells / ml WORT
1,000,000
2,000,000
3,000,000
4,000,000
5,000,000
6,000,000
7,000,000
8,000,000
9,000,000
10,000,000
11,000,000
12,000,000
13,000,000
14,000,000
15,000,000
16,000,000
17,000,000
18,000,000
19,000,000
20,000,000
21,000,000
22,000,000
23,000,000
24,000,000
25,000,000
Litres of
Bluestone Yeast
Bluestone Yeast
.4
.8
1.1
1.5
1.9
2.3
2.7
3.0
3.4
3.8
4.2
4.6
5.0
5.3
5.7
6.1
6.5
6.9
7.2
7.6
8.0
8.4
8.8
9.1
9.5